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


Ignore:
Timestamp:
Nov 25, 2010, 2:17:45 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Timeout count down is now stopped when any key pressed.
File:
1 edited

Legend:

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

    r50 r60  
    22; Project name  :   Emulation library
    33; Created date  :   21.10.2009
    4 ; Last update   :   9.10.2010
     4; Last update   :   25.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Macros for emulating later x86 instruction with older
     
    157157%macro eCMOVE 2
    158158    jne     SHORT %%Return
     159    mov     %1, %2
     160%%Return:
     161%endmacro
     162
     163%macro eCMOVB 2
     164    jnb     SHORT %%Return
    159165    mov     %1, %2
    160166%%Return:
Note: See TracChangeset for help on using the changeset viewer.