www.delorie.com/djgpp/doc/dpmi/api/310300.html search Int 31H Function 0300H

Simulate Real Mode Interrupt [0.9]

Simulates an interrupt in real mode. The function transfers control to the address specified by the real mode interrupt vector. The real mode handler must return by executing an IRET.

Call With

AX = 0300H
BL = interrupt number
BH = flags

BitSignificance
0reserved for historical reason, must be zero
1-7reserved, must be zero
CX = number of words to copy from protected mode to real mode stack
ES:(E)DI = selector:offset of real mode register data structure in the following format:
OffsetLengthContents
00H4DI or EDI
04H4SI or ESI
08H4BP or EBP
0CH4reserved, should be zero
10H4BX or EBX
14H4DX or EDX
18H4CX or ECX
1CH4AX or EAX
20H2CPU status flags
22H2ES
24H2DS
26H2FS
28H2GS
2AH2IP (reserved, ignored)
2CH2CS (reserved, ignored)
2EH2SP
30H2SS
Returns

if function successful
Carry flag = clear
ES:(E)DI = selector:offset of modified real mode register data structure

if function unsuccessful
Carry flag = set
AX = error code

8012H linear memory unavailable (stack)
8013H physical memory unavailable (stack)
8014H backing store unavailable (stack)
8021H invalid value (CX too large)

Notes


prev next webmaster delorie software privacy
Copyright © 1996 Updated Apr 1996

AltStyle によって変換されたページ (->オリジナル) /