Function Name
CmpString
Purpose
Compare two strings for equality.
Call Address
$C26B
Input
X - Address of a page zero pointer to one string.
Y - Address of a page zero pointer to the other string.
Output
Z Flag - Set if equal.
Description
The X and Y registers point to page zero pointers. The two strings are compared up to a zero byte in either string. The Z flag is set according to equality.


