Changeset 593 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm
r592 r593 346 346 .GetSelectedEepromSizeInWordsToAX: 347 347 eMOVZX bx, [cs:g_cfgVars+CFGVARS.bEepromType] 348 ;%if g_rgwEepromTypeToSizeInWords = 0 ; *FIXME* It really is but NASM won't accept this. 349 mov ax, [cs:bx] 350 ;%else 351 ; mov ax, [cs:bx+g_rgwEepromTypeToSizeInWords] 352 ;%endif 348 mov ax, [cs:bx+g_rgwEepromTypeToSizeInWords] 353 349 ret 350 354 351 355 352 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.