From 095cacc7a00eb42fc0a5c5dc9754480dfc56c6a2 Mon Sep 17 00:00:00 2001 From: aleksei Date: Fri, 12 Apr 2024 11:26:27 +1000 Subject: Self contained program parsing --- notes.lisp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 notes.lisp (limited to 'notes.lisp') diff --git a/notes.lisp b/notes.lisp deleted file mode 100644 index 5ea7ef4..0000000 --- a/notes.lisp +++ /dev/null @@ -1,24 +0,0 @@ -;;;;; -*- mode: common-lisp -*- - -;; Addressing Mode Symbols -'(immediate - absolute - zero-page - implied - indirect-absolute - absolute-indexed-x - absolute-indexed-y - zero-page-indexed-x - zero-page-indexed-y - indexed-indirect - indirect-indexed - relative - accumulator) - -;; Applying a syntax rule defined -;; in *addressing-modes-syntax* -(funcall - (eval - (cadar - *addressing-modes-syntax*)) - "arg") -- cgit v1.2.3