Changeset 49 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Oct 8, 2010, 4:04:22 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Small changes to function names in CgaSnow.asm.

File:
1 edited

Legend:

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

    r48 r49  
    2525%ifdef ELIMINATE_CGA_SNOW
    2626    %ifidn %1, stosb
    27         call    CgaSnow_StosbWithoutCgaSnow
     27        call    CgaSnow_Stosb
    2828    %elifidn %1, stosw
    29         call    CgaSnow_StoswWithoutCgaSnow
     29        call    CgaSnow_Stosw
    3030    %elifidn %1, scasb
    31         call    CgaSnow_ScasbWithoutCgaSnow
     31        call    CgaSnow_Scasb
    3232    %elifidn %1, rep movsb
    33         call    CgaSnow_RepMovsbWithoutCgaSnow
     33        call    CgaSnow_RepMovsb
    3434    %else
    3535        %error  "Invalid instruction passed to WAIT_RETRACE_IF_NECESSARY_THEN"
Note: See TracChangeset for help on using the changeset viewer.