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 09h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   10h     Function:   09h
 
  Title:       Write Character and Attribute at Cursor
 
  See also:    Color and Attributes, Write Character at Cursor,
               Read Character and Attribute at Cursor, @PutCharAtr,
               Font Interrupts
 
  Description:                     [MDA] [CGA] [PCjr] [EGA] [MCGA] [VGA]
 
     Writes an ASCII character and its attribute to the display at the
     current cursor position.
 
     Input                                    Output
 
     AH = 09h                                 None
     AL = Character
     BH = Page
     BL = Attribute (text modes) or color
          (graphics modes)
     CX = Count of characters to write
          (replication factor)
                                    -♦-