Changeset 590 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
- Timestamp:
- May 25, 2016, 8:16:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
r589 r590 248 248 249 249 call Menuitem_GetValueToAXfromMenuitemInDSSI 250 mov b x, 10251 CALL_DISPLAY_LIBRARY PrintWordFromAX withBaseInBX250 mov bl, 10 251 CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL 252 252 jmp SHORT MenuitemPrint_FinishPrintingUnsignedOrHexValue 253 253 … … 270 270 271 271 call Menuitem_GetValueToAXfromMenuitemInDSSI 272 mov b x, 16273 CALL_DISPLAY_LIBRARY PrintWordFromAX withBaseInBX272 mov bl, 16 273 CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL 274 274 mov al, 'h' 275 275 CALL_DISPLAY_LIBRARY PrintCharacterFromAL
Note:
See TracChangeset
for help on using the changeset viewer.