Changeset 167 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm
- Timestamp:
- Aug 21, 2011, 3:42:15 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm
r165 r167 26 26 ALIGN JUMP_ALIGN 27 27 AH4h_HandlerForVerifyDiskSectors: 28 cmp BYTE [bp+IDEPACK.intpack+INTPACK.al], 028 cmp al, 0 29 29 jle SHORT AH2h_ExitInt13hSinceSectorCountInIntpackIsZero 30 30
Note:
See TracChangeset
for help on using the changeset viewer.