Changeset 60 in xtideuniversalbios for trunk/Assembly_Library/Inc/Emulate.inc
- Timestamp:
- Nov 25, 2010, 2:17:45 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r50 r60 2 2 ; Project name : Emulation library 3 3 ; Created date : 21.10.2009 4 ; Last update : 9.10.20104 ; Last update : 25.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Macros for emulating later x86 instruction with older … … 157 157 %macro eCMOVE 2 158 158 jne SHORT %%Return 159 mov %1, %2 160 %%Return: 161 %endmacro 162 163 %macro eCMOVB 2 164 jnb SHORT %%Return 159 165 mov %1, %2 160 166 %%Return:
Note:
See TracChangeset
for help on using the changeset viewer.