Add a little scratch file so I can keep track of my work. Actually terminate runtime program
This commit is contained in:
parent
54709e55f8
commit
dd8376365d
@ -147,5 +147,7 @@ main
|
||||
(set! eom)
|
||||
(set! old)
|
||||
;; TODO set up root
|
||||
;; <<USER PROGRAM HERE >>
|
||||
(bye)
|
||||
|
||||
memory
|
||||
|
5
scratch.scm
Normal file
5
scratch.scm
Normal file
@ -0,0 +1,5 @@
|
||||
(use-modules (scmvm))
|
||||
|
||||
(define my-instructions (instructions-from-file "./asm/runtime.scm"))
|
||||
(define my-debugger (make-debugger my-instructions))
|
||||
(define my-vm (debugger-vm my-debugger))
|
Loading…
Reference in New Issue
Block a user