mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:30:56 +11:00
7a0e63746f
It doesn't serve much purpose and takes up many precious bytes. And, after all, parsed didn't do it either...
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
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.
|
|
S= a1 a2 -- f Returns whether string a1 == a2.
|
|
SCPY a -- Copy string at addr a into HERE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|