Changeset 181 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Math.asm
r174 r181 17 17 ; AX 18 18 ;-------------------------------------------------------------------- 19 %ifndef EXCLUDE_FROM_XTIDECFG ; Not used in XTIDECFG 19 20 ALIGN JUMP_ALIGN 20 Math_DivQWatSSBPbyCX: ; This procedure is included but not used in XTIDECFG21 Math_DivQWatSSBPbyCX: 21 22 xor dx, dx 22 23 mov ax, [bp+6] ; Load highest divident WORD to DX:AX … … 36 37 mov [bp], ax 37 38 ret 39 %endif 38 40 39 41 … … 49 51 ; Nothing 50 52 ;-------------------------------------------------------------------- 51 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 53 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG 52 54 ALIGN JUMP_ALIGN 53 Math_DivDXAXbyCX: ; This procedure is included but not used in XTIDECFG55 Math_DivDXAXbyCX: ; This is currently unused (dead code) 54 56 xor bx, bx 55 57 xchg bx, ax
Note:
See TracChangeset
for help on using the changeset viewer.