1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-21 04:50:19 +10:00
collapseos/blk/058

16 lines
376 B
Plaintext
Raw Normal View History

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.
S= a1 a2 -- f Returns whether string a1 == a2.
SCPY a -- Copy string at addr a into HERE, without
NULL termination.