Changeset 336 in xtideuniversalbios for trunk/Assembly_Library/Src


Ignore:
Timestamp:
Mar 13, 2012, 7:17:46 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed %ifdef that was preventing the configuration from building in Math.asm, added copyright and license information to configurator (boots to information).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Util/Math.asm

    r181 r336  
    1717;       AX
    1818;--------------------------------------------------------------------
    19 %ifndef EXCLUDE_FROM_XTIDECFG   ; Not used in XTIDECFG
    2019ALIGN JUMP_ALIGN
    2120Math_DivQWatSSBPbyCX:
     
    3736    mov     [bp], ax
    3837    ret
    39 %endif
    4038
    4139
Note: See TracChangeset for help on using the changeset viewer.