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.
|
|
|
|
LITS a -- Write word at addr a as a atring literal.
|
2020-04-15 12:29:47 -04:00
|
|
|
S= a1 a2 -- f Returns whether string a1 == a2.
|
2020-04-14 10:04:09 -04:00
|
|
|
SCPY a -- Copy string at addr a into HERE.
|
2020-04-21 20:38:42 -04:00
|
|
|
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|