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 15h Function C4h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   15h     Function:   C4h
 
  Title:       Programmable Option Select
 
  Description:                                                    [PS/2]
 
     Returns the base Programmable Option Select register address,
     enables a slot for setup, or enables an adapter.
 
     Input                                Output
 
     AH = C4h                             If function successful
     AL = Subfunction                       Carry flag: clear
        = 00h Return base POS adapter     And if called with AL = 00h
              register address              DX = Base POS adapter
        = 01h Enable slot                        register address
        = 02h Enable adapter
     BL = Slot number (if AL = 01h)       If function unsuccessful
                                            Carry flag: set
                                    -♦-