Difference between revisions of "83Plus:BCALLs:44E6"
From WikiTI
(→Registers Destroyed: AF) |
|||
Line 14: | Line 14: | ||
=== Registers Destroyed === | === Registers Destroyed === | ||
− | + | * AF | |
== Comments == | == Comments == | ||
This B_CALL is the same as the standard C function strcat. | This B_CALL is the same as the standard C function strcat. |
Revision as of 10:46, 25 March 2005
Synopsis
Official Name: StrCat
BCALL Address: 44E6
Concatenates (joins) the string pointed by HL to the end of the string pointed pointed by DE.
Inputs
- DE: String to join to
- HL: String to copy
Outputs
None
Registers Destroyed
- AF
Comments
This B_CALL is the same as the standard C function strcat.