Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Service 03H (decimal 3) is the opposite of services 01H and 02H. When you
  specify the page number in BH, the ROM BIOS reports the cursor size by
  returning the starting scan line in CH and the ending scan line in CL. In
  addition, it reports the cursor position by returning the row in DH and
  the column in DL. (See Figure 9-4.)

  Service Number           Returns
  --------------------------------------------------------------------------
  AH = 03H                 BH = page number (set to 0 in graphics modes)
                           DH = row number
                           DL = column number
                           CH = starting scan line of cursor
                           CL = ending scan line of cursor
  --------------------------------------------------------------------------

  Figure 9-4.  Values reported by video service 03H.

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