Changeset 146 in xtideuniversalbios for trunk/Assembly_Library/Inc/Emulate.inc


Ignore:
Timestamp:
Mar 18, 2011, 8:20:55 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Added INTPACK macros.
File:
1 edited

Legend:

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

    r113 r146  
    145145;       Nothing
    146146;--------------------------------------------------------------------
     147%macro eCMOVA 2
     148    jbe     SHORT %%Return
     149    mov     %1, %2
     150%%Return:
     151%endmacro
     152
    147153%macro eCMOVC 2
    148154    jnc     SHORT %%Return
Note: See TracChangeset for help on using the changeset viewer.