Changeset 619 in xtideuniversalbios


Ignore:
Timestamp:
Sep 15, 2021, 3:43:01 PM (3 years ago)
Author:
aitotat
Message:

Fixed return register info on two string library functions. No changes to code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/String/String.asm

    r526 r619  
    2727;   Returns:
    2828;       CX:     Number of characters processed
    29 ;       SI:     Updated
    3029;   Corrupts registers:
    3130;       Nothing
     
    5251;       AX:     Word converted from string
    5352;       CX:     Number of characters processed
    54 ;       SI:     Updated
    5553;       CF:     Cleared if successful
    5654;               Set if error during conversion
Note: See TracChangeset for help on using the changeset viewer.