Changeset 589 in xtideuniversalbios for trunk/Assembly_Library/Inc/Emulate.inc
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r586 r589 579 579 580 580 %macro eRCL_IM 2 581 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 582 %ifdef USE_386 583 %if %2 = 1 584 adc %1, %1 ; Same size but faster on 386 and 486. Fails if %1 is a memory operand. 585 %else 586 eSHIFT_IM %1, %2, rcl 587 %endif 588 %else 581 589 eSHIFT_IM %1, %2, rcl 590 %endif 591 %endif 582 592 %endmacro 583 593
Note:
See TracChangeset
for help on using the changeset viewer.