Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 31 - dpmi 0.9 api - protected mode - set segment base address http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - SET SEGMENT BASE ADDRESS
        AX = 0007h
        BX = selector
        CX:DX = linear base address
Return: CF set on error
        CF clear if successful
Notes:  only modify descriptors allocated with INT 31/AX=0000h
        only the low 24 bits of the address will be used by 16-bit DPMI
          implementations even on a 386 or higher
SeeAlso: AX=0006h,AX=0008h,AX=0009h,AX=000Ch

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