Changeset 532 in xtideuniversalbios for trunk/Assembly_Library/Src/Display
- Timestamp:
- Mar 31, 2013, 11:31:48 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayPrint.asm
r526 r532 137 137 jnz SHORT .DivideLoop ; If not, loop 138 138 139 PrintAllPushedDigits: 139 PrintAllPushedDigits: ; Unused entrypoint OK 140 140 mov bx, g_rgcDigitToCharacter 141 141 ALIGN DISPLAY_JUMP_ALIGN … … 298 298 %ifdef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 299 299 %define EXCLUDE 300 %ifndef MODULE_STRINGS_COMPRESSED 301 %undef EXCLUDE 302 %endif 300 303 %ifdef MODULE_HOTKEYS 301 304 %undef EXCLUDE
Note:
See TracChangeset
for help on using the changeset viewer.