Changeset 396 in xtideuniversalbios for trunk/Assembly_Library
- Timestamp:
- Apr 18, 2012, 6:07:04 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r390 r396 198 198 %macro eCMOVS 2 199 199 jns SHORT %%Return 200 mov %1, %2 201 %%Return: 202 %endmacro 203 204 %macro eCMOVNS 2 205 js SHORT %%Return 200 206 mov %1, %2 201 207 %%Return:
Note:
See TracChangeset
for help on using the changeset viewer.