Table des matières
INT 0x10 - 0x0a - Write Character Only at Current Cursor Position
Request/Call:
Return
Notes & Comments
INT 0x10 - 0x0a - Write Character Only at Current Cursor Position
Request/Call:
reg
value
descr
AH
0x0a
AL
var
Character to display
BH
var
page number (00h to number of pages -1) (or mode 13h, background pixel value)
BL
var
foreground color (graphic mode only)
CX
var
number of times to write character (CX>=1)
Return
nothing
Notes & Comments
similar to
INT 10, 09
except color ignored in text modes
Back