Changeset 341 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Math.asm


Ignore:
Timestamp:
Mar 13, 2012, 4:19:02 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Fixed a bug from r323 in DisplayPrint.asm.
  • Removed some unused code from XTIDECFG (undoing the change to Math.asm in r336 as part of it).
File:
1 edited

Legend:

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

    r336 r341  
    1717;       AX
    1818;--------------------------------------------------------------------
     19%ifndef EXCLUDE_FROM_XTIDECFG   ; Not used in XTIDECFG
    1920ALIGN JUMP_ALIGN
    2021Math_DivQWatSSBPbyCX:
     
    3637    mov     [bp], ax
    3738    ret
     39%endif
    3840
    3941
Note: See TracChangeset for help on using the changeset viewer.