Changeset 167 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH42h_ExtendedReadSectors.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/EBIOS/AH42h_ExtendedReadSectors.asm
r165 r167 55 55 cmp BYTE [es:si+DAP.bSize], MINIMUM_DAP_SIZE 56 56 jb SHORT .DapContentsNotValid 57 cmp BYTE [es:si+DAP.bSectorCount],057 cmp WORD [es:si+DAP.wSectorCount], BYTE 0 58 58 jle SHORT .DapContentsNotValid ; Must be 1...127 59 59 ret
Note:
See TracChangeset
for help on using the changeset viewer.