This commit is contained in:
Simon Forman
2019-11-07 16:28:28 -08:00
parent 7bab15c64a
commit 65d55cf7b4
2 changed files with 12 additions and 9 deletions
+5
View File
@@ -107,3 +107,8 @@ Next, we must check if the term is a literal (not a symbol)
That involves rolling the value to get the top two bits and then checking
whether they are 10 or not.
lookup(DICT_PTR, DICT_TOP, TERM, HALT)
It turns out that you don;t need anything but the record since it's
already been looked up. The symbol contains the jump address.