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]

        Write character at cursor position

        Entry:
          AH = 09h
          AL = character
          BH = display page - alpha mode
          BL = attributes of char (alpha modes) or color (graphics modes)
                if bit 7 == 1 in graphics mode, character is xor'ed onto
                screen
          CX = number of times to write character
        Return:
          AX,SI,DI,BP destroyed by call

See Also: INT 10h, 08h INT 10h, 0Ah INT 10h, 0Eh

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