Difference between revisions of "83Plus:BCALLs:44E3"
From WikiTI
(→Registers Destroyed: AF) |
|||
Line 14: | Line 14: | ||
=== Registers Destroyed === | === Registers Destroyed === | ||
− | + | * AF | |
== Comments == | == Comments == | ||
This B_CALL is basically the same as the standard C function strcpy. | This B_CALL is basically the same as the standard C function strcpy. |
Revision as of 10:44, 25 March 2005
Synopsis
Official Name: StrCpy
BCALL Address: 44E3
Copies a null-terminated string from one location to another.
Inputs
- DE: address to copy the string to
- HL: string to copy
Outputs
None
Registers Destroyed
- AF
Comments
This B_CALL is basically the same as the standard C function strcpy.