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 11h Subfunction 20h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   10h     Function:   11h     Subfunction:   20h
 
  Title:       Set Int 1Fh Font Pointer
 
  See also:    Pointer to Graphics Character Pattern Table
 
  Description:                                        [EGA] [MCGA] [VGA]
 
     Sets the Int 1Fh pointer to the user's font table. This table is
     used for character codes 80h-FFh in graphics modes 04h-06h.
 
     Input                                    Output
 
     AH = 11h                                 None
     AL = 20h
     ES:BP = segment:offset of font table
                                    -♦-