Changeset 420 in xtideuniversalbios for trunk/Assembly_Library/Inc
- 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/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
Note:
See TracChangeset
for help on using the changeset viewer.