Changeset 522 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/FindDPT.asm
- Timestamp:
- Mar 11, 2013, 3:22:21 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/FindDPT.asm
r521 r522 116 116 117 117 mul dl 118 add ax, BYTE RAMVARS_size; Clears CF (will not overflow)118 add ax, RAMVARS_size ; Clears CF (will not overflow) 119 119 120 120 pop dx
Note:
See TracChangeset
for help on using the changeset viewer.