Chapter
6
i
BIOS
Services
Exit Conditions:
AL
=
character read
AH
=
attribute of character (alpha
modes
only)
Write Attribute
or
ColoriCharacter
Write a character and its attribute or color at the current cursor
position.
Entry Conditions:
AH
=
9
BH
=
display page number (not used in graphics
modes)
CX
=
number of characters to write
AL
=
character to write
BL
=
attribute of character (for alpha
modes)
or color of character
(for graphics
modes;
if bit
7
of
BL
is set, the color of the
character is XOR’ed with the color value). See Scroll Up
(AH
=
6)
for attribute values and
Set
Color Palette
(AH
=
11)
for
color
values.
Write Character Only
Write character only at current cursor position.
Entry Conditions:
AH
=
10
BH
=
display page number (valld for alpha
modes
only
CX
=
number of characters to write
AL
=
character to write
BL
=
color of character (graphics
mode)
Set Color Palette
[31
Select the color palette.
200