Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>int 15h, c1h (193) extended bios data area ps/2</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15h, C1h (193)         Extended BIOS Data Area                PS/2

     Returns the address of the Extended BIOS Area.

             On entry:          AH    C1h

             Returns:           For PCjr and PC:
                                    AH = 80h, CF = 1
                                For PC XT, AT, XT 286, Convertible
                                    AH = 86h, CF = 1
                                For All Others:
                                    IF CF is not 1, then ES = Extended BIOS
                                    data area segment address.

  ---------------------------------------------------------------------------

     This service gives you quick access to the extended BIOS data area used
     in the PS/2. If the carry flag is set on return, the extended BIOS data
     area is not being used. If the carry flag is not set, the segment address
     of the extended data area is in ES.

             Notes:      The ROM BIOS uses the extended data area as a
                         storage area for transient data. For example, the
                         addresses of device drivers are stored here.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson