Changeset 561 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
- Timestamp:
- Jul 9, 2013, 6:00:38 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r558 r561 176 176 ; Simulate INT by pushing flags and return address 177 177 push WORD [bp+IDEPACK.intpack+INTPACK.flags] 178 %if 0 179 ; No standard INT 13h function uses FLAGS as parameters so no need to restore them 178 180 popf 179 pushf ; Simulate INT by pushing flags 181 pushf 182 %endif 180 183 push cs 181 184 ePUSH_T di, .ReturnFromAnotherBios ; Can not corrupt flags
Note:
See TracChangeset
for help on using the changeset viewer.