Search found 2 matches

by Wheels
Sat Jul 30, 2005 9:33 pm
Forum: Programming
Topic: String Comparison for PASCAL style Strings
Replies: 3
Views: 3404

Also, if any one can modify this routine to deal with C style Strings of any length I would greatly appreciate seeing it.
by Wheels
Sat Jul 30, 2005 9:28 pm
Forum: Programming
Topic: String Comparison for PASCAL style Strings
Replies: 3
Views: 3404

String Comparison for PASCAL style Strings

Source code is in MERLIN format be should be easy to adapt


1 * String Comparison Routine for PASCAL strings
2 * INPUT *
3 * Pointer to First String in STRING1, STRING1+1
4 * Pointer to Second String in STRING2, STRING2+1
5 * STRING1 and STRING2 must be located on the ZERO PAGE
6 * TEMP can ...