Changeset 118 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Buffers.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/Buffers.asm
r109 r118 176 176 177 177 call Buffers_GetFileBufferToESDI 178 mov cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords] 178 mov ax, [cs:g_cfgVars+CFGVARS.wImageSizeInWords] 179 call EEPROM_GetSmallestEepromSizeInWordsToCXforImageWithWordSizeInAX 179 180 shl cx, 1 ; Words to bytes 180 181 dec cx ; Leave space for checksum byte
Note:
See TracChangeset
for help on using the changeset viewer.