System32 Function 22 (16h) - RM Interrupt (Without RegCopy)
Description |
The previous explained Service03 only works from within System32's code. For other applications/modules/servers to jump through the realmode-portal, this service must be used.This Service also does NOT copy the registers(eax, ebx, ecx, edx, esi, etc...) to the REAL_XX registers and the app is responsible for doing this. |
Input |
AL |
22d (16h) |
---|---|
AH |
Interrupt number to fire from within realmode. |
Output |
None |
None |
---|
Errorcodes |
None |
None |
---|
Notes |
For a bit more detailed
description on the use of the RealMode Portal, click here For a description on the use of the REAL_XX registers, click here |
Development Status |
Working. (Needs testing) |