Changeset 590 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- May 25, 2016, 8:16:35 AM (9 years ago)
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Debug.inc
r142 r590 22 22 23 23 mov ax, %1 24 mov b x, %225 CALL_DISPLAY_LIBRARY PrintWordFromAX withBaseInBX24 mov bl, %2 25 CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL 26 26 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 27 27 call Keyboard_RemoveAllKeystrokesFromBuffer -
trunk/Assembly_Library/Inc/Display.inc
r505 r590 82 82 .FormatNullTerminatedStringFromCSSI resb 2 83 83 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 84 .PrintSignedWordFromAXWithBaseInB Xresb 285 %endif 86 .PrintWordFromAX withBaseInBXresb 284 .PrintSignedWordFromAXWithBaseInBL resb 2 85 %endif 86 .PrintWordFromAXWithBaseInBL resb 2 87 87 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG 88 88 .PrintQWordFromSSBPwithBaseInBX resb 2
Note:
See TracChangeset
for help on using the changeset viewer.