From 3b2b63913b1a550c8469acd3943abafbf22ccd13 Mon Sep 17 00:00:00 2001 From: aleksei Date: Sat, 13 Apr 2024 11:09:45 +1000 Subject: macro table gen. , syntax-rule works with *grammar* --- 6502.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6502.lisp') diff --git a/6502.lisp b/6502.lisp index 55a73cd..32d67ba 100644 --- a/6502.lisp +++ b/6502.lisp @@ -203,7 +203,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA (BRK 0 (implied)))) ;; Generated list of opcodes. -(setf +(defparameter *opcodes* (extract-keys *instructions*)) -- cgit v1.2.3