Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10h Function 0Ah
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   10h     Function:   0Ah
 
  Title:       Write Character at Cursor
 
  See also:    Write Character and Attribute at Cursor, Character Output,
               @PutChar, Font Interrupts
 
  Description:                     [MDA] [CGA] [PCjr] [EGA] [MCGA] [VGA]
 
     Writes an ASCII character to the display at the current cursor
     position. The character receives the attribute of the previous
     character displayed at the same position.
 
     Input                                      Output
 
     AH = 0Ah                                   None
     AL = Character
     BH = Page
     BL = Color (graphics modes, PCjr only)
     CX = Count of characters to write
          (replication factor)
                                    -♦-