Changeset 396 in xtideuniversalbios


Ignore:
Timestamp:
Apr 18, 2012, 6:07:04 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Added eCMOVNS macro.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Emulate.inc

    r390 r396  
    198198%macro eCMOVS 2
    199199    jns     SHORT %%Return
     200    mov     %1, %2
     201%%Return:
     202%endmacro
     203
     204%macro eCMOVNS 2
     205    js      SHORT %%Return
    200206    mov     %1, %2
    201207%%Return:
Note: See TracChangeset for help on using the changeset viewer.