2020-04-14 10:04:09 -04:00
|
|
|
Strings
|
|
|
|
|
|
|
|
LIT -- Write a LIT entry. You're expected to write
|
|
|
|
actual string to HERE right afterwards.
|
|
|
|
LIT< x -- Read following word and write to HERE as a
|
|
|
|
string literal.
|
2020-04-15 12:29:47 -04:00
|
|
|
S= a1 a2 -- f Returns whether string a1 == a2.
|
2020-05-12 07:36:20 -04:00
|
|
|
SCPY a -- Copy string at addr a into HERE, without
|
|
|
|
NULL termination.
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|