[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
GetCursorPos
Interupt 10h
AH = 03h
BH = page number
0-3 in modes 2&3
0-7 in modes 0&1
0 in graphics modes
Return:
CH = start scan line
CL = end scan line
DH = row (00h is top)
DL = column (00h is left)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
GetCursorPos
Obtaining the cursor position and size
To obtain the cursor position and size of the cursor, use the following interrupt.Interupt 10h
AH = 03h
BH = page number
0-3 in modes 2&3
0-7 in modes 0&1
0 in graphics modes
Return:
CH = start scan line
CL = end scan line
DH = row (00h is top)
DL = column (00h is left)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
