Int 2F/AX=FB42h/BX=000Dh

Prev Next Ralf Interrups Categories Contents

------

Borland C++ 3.0 DPMILOAD.EXE - SIMULATE REAL MODE INTERRUPT

AX = FB42h
BX = 000Dh
CX = number of words to copy from protected-mode to real mode stack
DL = interrupt number
DH = flags

bit 0:
Reset the interrupt controller and A20 line. ES:DI -> real-mode call structure (see #03148 at INT 31/AX=0300h)

Return:
CX = status 0000h successful 0001h failed

See Also: INT 31/AX=0300h

Category: DOS Extenders - Int 2Fh - B

------

Prev Next Ralf Interrups Categories Contents