Changeset 86 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HError.asm
- Timestamp:
- Jan 25, 2011, 9:13:56 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HError.asm
r35 r86 1 ; File name : HError.asm2 1 ; Project name : IDE BIOS 3 ; Created date : 30.11.20074 ; Last update : 24.8.20105 ; Author : Tomi Tilli6 2 ; Description : Error checking functions for BIOS Hard disk functions. 7 3 … … 34 30 ALIGN JUMP_ALIGN 35 31 HError_ProcessErrorsAfterPollingBSY: 32 %ifndef USE_186 36 33 call HError_GetStatusAndErrorRegistersToAXandStoreThemToBDA 37 34 jmp SHORT GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX 35 %else 36 push GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX 37 ; Fall through to HError_GetStatusAndErrorRegistersToAXandStoreThemToBDA 38 %endif 38 39 39 40
Note:
See TracChangeset
for help on using the changeset viewer.