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


Ignore:
Timestamp:
May 9, 2012, 7:10:14 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Changed division function to be included in XTIDE Universal BIOS.
File:
1 edited

Legend:

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

    r396 r420  
    447447        times %2    %3      %1, 1
    448448    %else
    449 ;       %if %2 > 7  ; Original value
    450449        %if %2 > 3  ; Size optimized value
    451450            push    cx
     
    462461%endif
    463462%endmacro
     463
    464464%macro eSHR_IM 2
    465465    eSHIFT_IM   %1, %2, shr
Note: See TracChangeset for help on using the changeset viewer.