Changeset 568 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/Prepare.asm
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/Prepare.asm
r567 r568 46 46 ; Make sure that sector count is valid 47 47 %ifdef USE_UNDOC_INTEL 48 eSALC; Clear AL using CF (CF is cleared since JB above fell through)48 salc ; Clear AL using CF (CF is cleared since JB above fell through) 49 49 or al, [es:si+DAP.wSectorCount] 50 50 %else
Note:
See TracChangeset
for help on using the changeset viewer.