Table des matières
INT 0x10 - 0x02 - Set Cursor Position
Request/Call:
Return:
Notes & Comments
INT 0x10 - 0x02 - Set Cursor Position
Request/Call:
reg
value
descr
AH
0x02
BH
0xxx
Page number (0 for graphics modes)
DH
0xxx
Row
DL
0xxx
Column
Return:
Nothing
Notes & Comments
positions relative to 0,0 origin
80×25 uses coordinates 0,0 to 24,79; 40×25 uses 0,0 to 24,39
the
6845
can also be used to perform this function
setting the data in the BIOS Data Area at location 40:50 does not take immediate effect and is not recommended
see
VIDEO PAGES
,
6845
,
BDA
See also
INT 10h, 03h
Back