String functions in SCI11 and SCI2 compared

Leaving out the oddly-namedĀ StrSplit in SCI01, let’s get into theĀ other string functions we’ve got. I have an idea that I’d like to ponder, y’see? First up, in the old 16-bit SCI, or at least SCI11, we have the following kernel functions: (StrCmp strA strB) Compares strA to strB until a null in strA or a … Continue reading String functions in SCI11 and SCI2 compared