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 10h Subfunction 00h
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   10h     Function:   10h     Subfunction:   00h
 
  Title:       Set Palette Register
 
  See also:    Get Palette Register
 
  Description:                                 [PCjr] [EGA] [MCGA] [VGA]
 
     Sets the correspondence of a palette register to a displayable
     color. On the MCGA, this function can be called only with
     BX = 0712h and selects a color register set with eight consistent
     colors.
 
     Input                            Output
 
     For PCjr, EGA, or VGA            None
       AH = 10h
       AL = 00h
       BH = Color value
       BL = Palette register (00-0Fh)
 
     For MCGA
       AH = 10h
       AL = 00h
       BX = 0712h
                                    -♦-