Implement the 'KEY' primitive for user input
authorJonas Hvid <mail@johv.dk>
Sat, 3 Oct 2020 18:32:39 +0000 (20:32 +0200)
committerJonas Hvid <mail@johv.dk>
Sat, 3 Oct 2020 23:10:13 +0000 (01:10 +0200)
commit4170f15b09ccd8bcafc00bb960a6e56670252256
tree4ab5987a0e1d05887b31f4dbe30899ee7c2c0336
parenta0c4c60159c79c8d9af3d08e01bacfa354232c3b
Implement the 'KEY' primitive for user input

This is a lower-level primitive for getting user input. We now also use this to
implement READ-WORD.
impl.asm
main.asm