F$CmpNam

From NitrOS-9
Jump to: navigation, search
Compare Names Compares two strings for a match
OS9 F$CmpNam 103F 11

Entry Conditions

B length of string1
X address of string1
Y address of string2

Exit Conditions

CC carry clear if the strings match

Additional Information

  • The Compare Names call compares two strings and indicates whether they match. Use this call with the Parse Name system call. The second string must have the most significant bit (Bit 7) of the last character set.

krn