Add temporary ARGVEC and VARVEC definitions
This commit is contained in:
parent
4a4a7b8485
commit
15a70836ac
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
(in-package #:user-side-compiler)
|
||||
|
||||
(defparameter *varvec* (make-label :name "VARVEC" :address #x8100))
|
||||
(defparameter *argvec* (make-label :name "ARGVEC" :address #xF0))
|
||||
|
||||
(defvar *instruction-source* nil)
|
||||
(defvar *compile-result*)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue