Changeset 129 for trunk/bootcode/regular
- Timestamp:
- Apr 8, 2017, 12:27:28 AM (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/bootcode/regular/conv.asm (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/bootcode/regular/conv.asmr87 r129 142 142 ; ZF=1 if upper 32-bits are zero (LBA32) 143 143 ; Destroyed: none 144 IF 0 144 145 CONV_CHS2LBA Proc Near 145 146 local req_cyl:dword … … 203 204 ret 204 205 CONV_CHS2LBA EndP 205 206 ELSE 207 CONV_CHS2LBA Proc Near 208 ret 209 CONV_CHS2LBA EndP 210 ENDIF 206 211 207 212 CONV_LBA2CYLS Proc Near 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
