Changeset 593 in xtideuniversalbios for trunk/Assembly_Library/Src/File/DosCritical.asm
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/File/DosCritical.asm
r592 r593 45 45 push ds 46 46 47 push cs 48 pop ds 49 mov ax, (SET_INTERRUPT_VECTOR<<8) | DOS_CRITICAL_ERROR_HANDLER_24h 50 int DOS_INTERRUPT_21h 47 mov al, DOS_CRITICAL_ERROR_HANDLER_24h 48 call HookInterruptVectorInALwithHandlerInCSDX 51 49 52 50 pop ds
Note:
See TracChangeset
for help on using the changeset viewer.