Changeset 67 in xtideuniversalbios for trunk/Assembly_Library/Src/String
- Timestamp:
- Dec 9, 2010, 5:14:25 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/String/StringProcess.asm
r52 r67 2 2 ; Project name : Assembly Library 3 3 ; Created date : 12.10.2010 4 ; Last update : 12.10.20104 ; Last update : 7.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for processing characters in a string. … … 10 10 11 11 ;-------------------------------------------------------------------- 12 ; Character processing callback function prototype for StringProcess_DSSIwithFunctionIn BX.12 ; Character processing callback function prototype for StringProcess_DSSIwithFunctionInDX. 13 13 ; Parameters: 14 14 ; AL: Character to process 15 ; CX: Number of characters processed15 ; CX: Character number (index for next character) 16 16 ; DS:SI: Ptr to next character 17 17 ; BX,DI,ES: Free to use by processing function
Note:
See TracChangeset
for help on using the changeset viewer.