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

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