[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO - WRITE CHARACTER ONLY AT CURSOR POSITION
        AH = 0Ah
        AL = character to display
        BH = page number (00h to number of pages - 1) (see AH=00h)
        BL = attribute (PCjr only) or color (graphics mode)
             if bit 7 set in graphics mode, character is xor'ed onto screen
        CX = number of times to write character
Notes:  all characters are displayed, including CR, LF, and BS
        replication count in CX may produce an unpredictable result in graphics
          modes if it is greater than the number of positions remaining in the
          current row
SeeAlso: AH=09h,AH=4Bh,INT 17/AH=60h,INT 1F,INT 43,INT 44

See Also: 1008
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson