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


Ignore:
Timestamp:
Dec 5, 2010, 4:58:05 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Progress dialog now prevents max progress value from being zero.
File:
1 edited

Legend:

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

    r60 r64  
    22; Project name  :   Emulation library
    33; Created date  :   21.10.2009
    4 ; Last update   :   25.11.2010
     4; Last update   :   30.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Macros for emulating later x86 instruction with older
     
    151151%macro eCMOVC 2
    152152    jnc     SHORT %%Return
     153    mov     %1, %2
     154%%Return:
     155%endmacro
     156
     157%macro eCMOVZ 2
     158    jnz     SHORT %%Return
    153159    mov     %1, %2
    154160%%Return:
Note: See TracChangeset for help on using the changeset viewer.