Changeset 64 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Dec 5, 2010, 4:58:05 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r60 r64 2 2 ; Project name : Emulation library 3 3 ; Created date : 21.10.2009 4 ; Last update : 25.11.20104 ; Last update : 30.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Macros for emulating later x86 instruction with older … … 151 151 %macro eCMOVC 2 152 152 jnc SHORT %%Return 153 mov %1, %2 154 %%Return: 155 %endmacro 156 157 %macro eCMOVZ 2 158 jnz SHORT %%Return 153 159 mov %1, %2 154 160 %%Return:
Note:
See TracChangeset
for help on using the changeset viewer.