Changeset 532 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm


Ignore:
Timestamp:
Mar 31, 2013, 11:31:48 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed unused.pl to remove a false positive when MODULE_STRINGS_COMPRESSED is not included ('loop PrependOrAppendSpaces' in DisplayFormat.asm).
  • XTIDECFG: Moved the contents of all text files under Help into Strings.asm to simplify editing and to avoid them being "out of sight and forgotten", essentially making it easier to keep strings up to date. Also made changes to some strings in the process (spelling mistakes etc).
  • Other minor fixes and optimizations to the BIOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/DisplayPrint.asm

    r526 r532  
    137137    jnz     SHORT .DivideLoop   ;  If not, loop
    138138
    139 PrintAllPushedDigits:
     139PrintAllPushedDigits:           ; Unused entrypoint OK
    140140    mov     bx, g_rgcDigitToCharacter
    141141ALIGN DISPLAY_JUMP_ALIGN
     
    298298%ifdef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    299299    %define EXCLUDE
     300    %ifndef MODULE_STRINGS_COMPRESSED
     301        %undef EXCLUDE
     302    %endif
    300303    %ifdef MODULE_HOTKEYS
    301304        %undef EXCLUDE
Note: See TracChangeset for help on using the changeset viewer.