Changeset 65 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
- Timestamp:
- Dec 5, 2010, 6:52:11 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
r57 r65 2 2 ; Project name : XTIDE Univeral BIOS Configurator v2 3 3 ; Created date : 10.10.2010 4 ; Last update : 24.10.20104 ; Last update : 30.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for loading and saving BIOS image file. … … 163 163 call Buffers_GetFileBufferToESDI 164 164 call Registers_CopyESDItoDSSI 165 mov cx, [cs:g_cfgVars+CFGVARS.wImageSize] 165 mov cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords] 166 shl cx, 1 166 167 call FileIO_WriteCXbytesFromDSSIusingHandleFromBX 167 168 jc SHORT .DisplayErrorMessage
Note:
See TracChangeset
for help on using the changeset viewer.