Changeset 118 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
- Timestamp:
- Feb 28, 2011, 4:23:58 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
r107 r118 158 158 call Buffers_GetFileBufferToESDI 159 159 call Registers_CopyESDItoDSSI 160 mov ax, [cs:g_cfgVars+CFGVARS.wImageSizeInWords] 161 call EEPROM_GetSmallestEepromSizeInWordsToCXforImageWithWordSizeInAX 160 162 xor dx, dx 161 mov cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]162 163 shl cx, 1 163 164 rcl dx, 1 ; WORDs to BYTEs
Note:
See TracChangeset
for help on using the changeset viewer.