Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 11h set current cursor location.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  11h    Set current cursor location.

      Entry:  DH         Row (line)

              DL         Column

      Exit:   None

    This function looks exactly like like INT 10h, subfunction 2, on the IBM
    PC. The cursor location is passed in DX: row in DH and column in DL. The
    function treats the screen as a coordinate  system whose origin (0,0) is
    the upper left hand corner of the screen.

See Also: INT 14h, 12h

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