dongshandle
Programmer
I am writing a Win32 console application to call a DOS interrupt handler. When I wrote inline assembly code to call "int 31h" with the interrupt number in BX and 0300 in AX, a General Protection Fault came out and the system crashed. Can anybody tell how to fix that?