Changeset 27 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
- Timestamp:
- Jul 28, 2010, 6:53:32 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r3 r27 88 88 Int13h_UnsupportedFunction: 89 89 Int13h_DirectCallToAnotherBios: 90 ; Temporarily store original DI and DS to RAMVARS90 ; Temporarily store original DI and DS from stack to RAMVARS 91 91 pop WORD [RAMVARS.wI13hDI] 92 92 pop WORD [RAMVARS.wI13hDS]
Note:
See TracChangeset
for help on using the changeset viewer.