Correct instruction length of immediates

This commit is contained in:
John Lorentzson 2025-05-08 21:20:50 +02:00
parent 032cbea0ab
commit eec5edc715

View file

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