Changeset 286 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
- Timestamp:
- Mar 1, 2012, 8:52:08 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
r233 r286 233 233 mov bx, 10 234 234 CALL_DISPLAY_LIBRARY PrintWordFromAXwithBaseInBX 235 jmp SHORT FinishPrintingUnsignedOrHexValue235 jmp SHORT MenuitemPrint_FinishPrintingUnsignedOrHexValue 236 236 237 237 ;-------------------------------------------------------------------- … … 258 258 CALL_DISPLAY_LIBRARY PrintCharacterFromAL 259 259 ALIGN JUMP_ALIGN 260 FinishPrintingUnsignedOrHexValue:260 MenuitemPrint_FinishPrintingUnsignedOrHexValue: 261 261 CALL_DISPLAY_LIBRARY GetCharacterPointerToBXAX 262 262 xchg bx, ax
Note:
See TracChangeset
for help on using the changeset viewer.