Changeset 67 in xtideuniversalbios for trunk/Assembly_Library/Src/String/StringProcess.asm


Ignore:
Timestamp:
Dec 9, 2010, 5:14:25 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Forgot to update SI on new File Read and Write functions.
  • Screen clearing function now accepts any character and attribute.
  • Menu library now accepts CR,LF combination as line feed. Previously only LF,CR worked properly.
File:
1 edited

Legend:

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

    r52 r67  
    22; Project name  :   Assembly Library
    33; Created date  :   12.10.2010
    4 ; Last update   :   12.10.2010
     4; Last update   :   7.12.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for processing characters in a string.
     
    1010
    1111;--------------------------------------------------------------------
    12 ; Character processing callback function prototype for StringProcess_DSSIwithFunctionInBX.
     12; Character processing callback function prototype for StringProcess_DSSIwithFunctionInDX.
    1313;   Parameters:
    1414;       AL:         Character to process
    15 ;       CX:         Number of characters processed
     15;       CX:         Character number (index for next character)
    1616;       DS:SI:      Ptr to next character
    1717;       BX,DI,ES:   Free to use by processing function
Note: See TracChangeset for help on using the changeset viewer.