Changeset 532 in xtideuniversalbios for trunk/Tools/unused.pl


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/Tools/unused.pl

    r526 r532  
    5656        /^([a-z0-9_]+\:)?\s+call\s+(.*)$/i ||
    5757        /^([a-z0-9_]+\:)?\s+push\s+(.*)$/i ||
     58        /^([a-z0-9_]+\:)?\s+loop\s+(.*)$/i ||
    5859        /^([a-z0-9_]+\:)?\s+j[a-z]?[a-z]?[a-z]?[a-z]?[a-z]?\s+(.*)$/i ||
    5960        /^([a-z0-9_]+)?\s+equ\s+(.*)$/i )
Note: See TracChangeset for help on using the changeset viewer.