| 
 |  | 
             INT 10 - VIDEO - WRITE CHARACTERS ONLY AT CURSOR POS             
  
    | 
       Input  | 
    
       Output  | 
   
  
    | 
       AX 
     | 
    0Ah | 
    Character | 
    Destroyed | 
    AX | 
   
  
    | 
       BX 
     | 
    Display Page | 
    Graphics Colour | 
    Destroyed | 
    SP | 
   
  
    | 
       CX 
     | 
     Number
      of times to write char | 
    Destroyed | 
    Bp | 
   
  
    | 
       DX 
     | 
      | 
      | 
    Destroyed | 
    SI | 
   
  
    | ES:DI | 
      | 
    Destroyed | 
    DI | 
   
 Notes:  1.      In text mode, characters extending beyond the right
                side of the screen wrap to the next line; in
                graphics mode, they do not.
        2.      This service displays control characters as
                printable characters, rather than as their cursor
                control equivalents. For example, if AL is 13, then
                the musical note will be displayed, rather than a
                Carriage Return.
        3.      The difference between this service and Service 09h
                is that this service doesn't allow the specifying of
                the display attribute byte. This service uses the
                current attribute at the cursor for the new
                character. |