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

        Define text cursor

        Entry:
          AX = 000Ah
          BX = hardware/software text cursor
              0 software
                  CX = screen mask
                  DX = cursor mask
              1 hardware
                  CX = start scan line
                  DX = end scan line

        Note:   when the software cursor is selected, the char/attribute data
                at the current screen position is ANDed with the screen mask
                and then XORed with the cursor mask.

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