scm-to-vm/scratch.scm

6 lines
187 B
Scheme

(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))