Changeset 201 in xtideuniversalbios


Ignore:
Timestamp:
Nov 22, 2011, 11:13:51 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Fixed up conditional compilation so that we can continue to build without string compression.

Location:
trunk/Assembly_Library/Src
Files:
2 edited

Legend:

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

    r194 r201  
    291291;       Nothing
    292292;--------------------------------------------------------------------
    293 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     293%ifndef MODULE_STRINGS_COMPRESSED
    294294ALIGN JUMP_ALIGN
    295295DisplayContext_GetCharacterOffsetToAXfromByteOffsetInAX:
     
    311311;       Nothing
    312312;--------------------------------------------------------------------
    313 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS       
     313%ifndef MODULE_STRINGS_COMPRESSED
    314314ALIGN JUMP_ALIGN
    315315DisplayContext_GetByteOffsetToAXfromCharacterOffsetInAX:
  • trunk/Assembly_Library/Src/String/Char.asm

    r194 r201  
    8888;       Nothing
    8989;--------------------------------------------------------------------
    90 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     90%ifndef MODULE_STRINGS_COMPRESSED
    9191ALIGN JUMP_ALIGN
    9292Char_IsDecimalDigitInAL:
Note: See TracChangeset for help on using the changeset viewer.