This commit is contained in:
Kartik K. Agaram 2014-07-06 18:49:53 -07:00
parent 40f0a658f0
commit f4a6518ef7
1 changed files with 4 additions and 2 deletions

2
mu.arc
View File

@ -1,3 +1,5 @@
; things that a future assembler will need separate memory for:
; code; types; args channel
(def clear ()
(= types* (table))
(= memory* (table))