From 24cad130fb3b4f81d029bd9edd6ed4e733507fbf Mon Sep 17 00:00:00 2001 From: Aleksei Eaves Date: Tue, 16 Apr 2024 11:02:08 +1000 Subject: grammar.lisp -> syntax.lisp, added attribute pass and word rule --- 6502.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6502.lisp') diff --git a/6502.lisp b/6502.lisp index 38814af..0d566db 100644 --- a/6502.lisp +++ b/6502.lisp @@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;; Generated list of addressing modes. (defparameter *addressing-modes* - (extract-keys *addressing-modes-lengths*)) + (extract-keys *addressing-mode-lengths*)) ;;; Instructions, with decimal opcode and ;;; addressing modes. -- cgit v1.2.3