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 - write characters only at cursor position http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO - WRITE CHARACTERS ONLY AT CURSOR POSITION
        AH = 0Ah
        AL = character
        BH = display page - alpha mode
        BL = color of character (graphics mode, PCjr only)
             if bit 7 set in graphics mode, character is xor'ed onto screen
        CX = number of times to write character
             (EGA) in graphics modes, replication count in CX works correctly
             only if all character written are contains on the same row
Note:   all characters are displayed, including CR, LF, and BS
SeeAlso: AH=08h,09h

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