Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - attachmate extra - get host window cursor position http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Attachmate Extra - GET HOST WINDOW CURSOR POSITION
        AH = A5h
        AL = window number (1-4=host B-E)
Return: BX = cursor position (80 * row + column, where 0:0 is upper left)
Note:   if the host window is configured with the Extended Attribute (EAB)
          feature, multiply the cursor position by 2 to obtain the byte offset
          into the display buffer
SeeAlso: AH=A4h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson