Changeset 150 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH1h_HStatus.asm
- Timestamp:
- Apr 29, 2011, 7:04:13 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH1h_HStatus.asm
r148 r150 12 12 ; DL: Translated Drive number 13 13 ; DS:DI: Ptr to DPT (in RAMVARS segment) 14 ; SS:BP: Ptr to I NTPACK15 ; Returns with INTPACK in SS:BP:14 ; SS:BP: Ptr to IDEREGS_AND_INTPACK 15 ; Returns with INTPACK: 16 16 ; AH: Int 13h floppy return status 17 17 ; CF: 0 if AH = RET_HD_SUCCESS, 1 otherwise (error) … … 21 21 LOAD_BDA_SEGMENT_TO ds, ax, ! 22 22 xchg ah, [BDA.bHDLastSt] ; Load and clear last error 23 call HError_SetErrorCodeToIntpackInSSBPfromAH23 call Int13h_SetErrorCodeToIntpackInSSBPfromAH 24 24 jmp Int13h_ReturnFromHandlerWithoutStoringErrorCode
Note:
See TracChangeset
for help on using the changeset viewer.