Implement INTERPRET-STRING
authorJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 17:12:07 +0000 (18:12 +0100)
committerJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 17:12:07 +0000 (18:12 +0100)
commit11d153e11d9f291d592cfbe5363aea911f0bb46f
tree604d84d202cc3d6173f6a83c615fc26d0575b7b3
parentbb3723bbe99455e7b95d5376758047563bd72eed
Implement INTERPRET-STRING

INTERPRET-STRING works, but the program crashes on startup, because sys.f uses
words that assume that they are being run with user input, for example S" and
READ-WORD.
bootstrap.asm
main.asm