Correct instruction length of immediates
This commit is contained in:
parent
032cbea0ab
commit
eec5edc715
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
(:indirect-y indirect-y-mixin))))))
|
||||
|
||||
(defgeneric instruction-length (object)
|
||||
(:method (immediate-mixin) 1)
|
||||
(:method (immediate-mixin) 2)
|
||||
(:method (implied-mixin) 1)
|
||||
(:method (accumulator-mixin) 1)
|
||||
(:method (zero-page-mixin) 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue