Changeset 420 in xtideuniversalbios for trunk/Assembly_Library/Src
- Timestamp:
- May 9, 2012, 7:10:14 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Math.asm
r376 r420 33 33 ; AX 34 34 ;-------------------------------------------------------------------- 35 %ifndef EXCLUDE_FROM_XTIDE CFG ; Not used inXTIDECFG35 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG 36 36 ALIGN JUMP_ALIGN 37 37 Math_DivQWatSSBPbyCX: … … 67 67 ; Nothing 68 68 ;-------------------------------------------------------------------- 69 %ifndef EXCLUDE_FROM_XTIDE _UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG69 %ifndef EXCLUDE_FROM_XTIDECFG 70 70 ALIGN JUMP_ALIGN 71 Math_DivDXAXbyCX: ; This is currently unused (dead code)71 Math_DivDXAXbyCX: 72 72 xor bx, bx 73 73 xchg bx, ax
Note:
See TracChangeset
for help on using the changeset viewer.