Changeset 590 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc


Ignore:
Timestamp:
May 25, 2016, 8:16:35 AM (8 years ago)
Author:
krille_n_
Message:

Changes:

  • Updated URLs and copyright info in BIOSDRVS and XTIDECFG.
  • BIOSDRVS should now build under Linux.
  • Minor optimizations to the library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Display.inc

    r505 r590  
    8282    .FormatNullTerminatedStringFromCSSI             resb    2
    8383%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    84     .PrintSignedWordFromAXWithBaseInBX              resb    2
    85 %endif
    86     .PrintWordFromAXwithBaseInBX                    resb    2
     84    .PrintSignedWordFromAXWithBaseInBL              resb    2
     85%endif
     86    .PrintWordFromAXWithBaseInBL                    resb    2
    8787%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG
    8888    .PrintQWordFromSSBPwithBaseInBX                 resb    2
Note: See TracChangeset for help on using the changeset viewer.