Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Territory number, or -1 for current |
R1 | Pointer to string 1 (null terminated) |
R2 | Pointer to string 1 (null terminated) |
R3 | Collate Flags |
Exit | |
---|---|
R0 | < 0 if string1 < string2 |
= 0 if string1 = string2 | |
> 0 if string1 > string2 | |
R1 | Preserved |
R2 | Preserved |
R3 | Preserved |
Bit | Meaning when set |
---|---|
0 | Ignore case |
1 | Ignore accents |
2 – 31 | Reserved, must be zero |
The purpose of this call is to compare strings in the given territory’s alphabet.
None.