Changeset 420 in xtideuniversalbios
- Timestamp:
- May 9, 2012, 7:10:14 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/Assembly_Library
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r396 r420 447 447 times %2 %3 %1, 1 448 448 %else 449 ; %if %2 > 7 ; Original value450 449 %if %2 > 3 ; Size optimized value 451 450 push cx … … 462 461 %endif 463 462 %endmacro 463 464 464 %macro eSHR_IM 2 465 465 eSHIFT_IM %1, %2, shr -
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.