Add missing RELATIVE-MIXIN
This commit is contained in:
parent
53002f2b8a
commit
b9bda5ad68
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
(defclass absolute-y-mixin (absolute-mixin) ())
|
||||
(defclass indirect-x-mixin (zero-page-mixin) ())
|
||||
(defclass indirect-y-mixin (zero-page-mixin) ())
|
||||
(defclass relative-mixin () ())
|
||||
|
||||
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(defun addressing-mode-to-class-name (mode-keyword)
|
||||
|
|
Loading…
Add table
Reference in a new issue