Changeset 488 in xtideuniversalbios for trunk/Assembly_Library


Ignore:
Timestamp:
Dec 11, 2012, 3:36:21 PM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed unused '4' entry from Strings.asm and recompressed. Added 8x multiplier value for serial drives. Wrapped some preprocessor symbol references so that 'make xt_unused' analysis continues to work.

File:
1 edited

Legend:

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

    r445 r488  
    439439;--------------------------------------------------------------------
    440440%macro eSHIFT_IM 3
     441%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
    441442%ifndef USE_186
    442443    %ifidni %1, cl
     
    460461    %3      %1, %2
    461462%endif
     463%endif
    462464%endmacro
    463465
Note: See TracChangeset for help on using the changeset viewer.