Function Name
CopyString
Purpose
Copy a string.
Call Address
$C265
Input
X - Address of a page zero pointer to the source string.
Y - Address of a page zero pointer to the destination string space.
Description
Data from the source string is copied up to and including a zero byte. The X and Y registers point to page zero pointers. This routine is used to copy strings by setting A to zero and calling CopyFString.


