User`s manual
.STRCMP
5-65
5
.STRCMP
Name
.STRCMP - Compare two strings (pointer/count)
Code
$0068
Description
Comparison for equality is made and Boolean ßags are returned to
caller.
Entry Conditions
R03: Address of string 1
R04: Address of string 2
Exit Conditions Different From Entry
R03: Bit 3 (ne) = 1; Bit 2 (eq) = 0, if strings are not equal.
R03: Bit 3 (ne) = 0; Bit 2 (eq) = 1, if strings are equal.