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 10 - video - set cursor characteristics http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO - SET CURSOR CHARACTERISTICS
        AH = 01h
        CH bits 0-4 = start line for cursor in character cell
           bits 5-6 = blink attribute
                     (00=normal, 01=invisible, 10=slow, 11=fast on CGA/mono)
                     (00=normal, other=invisible on EGA/VGA)
        CL bits 0-4 = end line for cursor in character cell
Note:   buggy on EGA systems--BIOS remaps cursor shape in 43 line modes, but
          returns unmapped cursor shape
BUG:    AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL
          is not equal to the current video mode
SeeAlso: AH=03h

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