Screen Processing: Julius Bancud
Screen Processing: Julius Bancud
PROCESSING
JULIUS BANCUD
THE MONITOR
Straight C4 CD
lines:
Horizontal
Line
Vertical Line B3 BA
Corners: DA C9
Top Left
Bottom D9 BC
Right
Top Right BF BB
Bottom Left C0 C8
COLOR CHART
BL R G B I R G B
0 0 1 0 1 0 0 0 28 Green background
color gray text color
1 0 1 0 1 0 0 0 A8 Green background
color gray text color
blinking
0 1 1 0 0 0 0 1 61 Brown background
color blue text color
1 1 1 0 0 0 0 1 E1 Green background
color blue text color
blinking
Displaying character ‘x’ with
attributes
Output
Displaying string “
MERLIONS“ with attribute
output
INT 10H
The power-on setting for the color graphics adapter is CH = 06h and CL =07h. For
monochrome display: CH = 11h and CL = 12h
INT 10H
BH PAGE NUMBER
- this is the number of the display page, but most
programs use page zero (0)
AH = 03H READS THE CURSOR POSITION
BH PAGE NUMBER
ON EXIT:
DH ROW NUMBER OF THE CURSOR
DL COLUMN NUMBER OF THE CURSOR