Function Name
CopyFString
Purpose
Copy a block of memory.
Call Address
$C268
Input
A - Byte count.
X - Address of a page zero pointer to the source string.
Y - Address of a page zero pointer to the destination string space.
Description
A range of memory of the specified number of bytes (1-255) is copied from the source string. The X and Y registers point to page zero pointers. If A is zero, then the source string is copied up to and including a zero byte. See CopyString.


