summaryrefslogtreecommitdiff
path: root/notes.lisp
diff options
context:
space:
mode:
authoraleksei <aleksei@aj.org>2024-04-12 11:26:27 +1000
committeraleksei <aleksei@aj.org>2024-04-12 11:26:27 +1000
commit095cacc7a00eb42fc0a5c5dc9754480dfc56c6a2 (patch)
tree33f7d0cdc0ba4c3d500ab45cd96f38ae01d213a1 /notes.lisp
parentffffba9996d8dcea9dced6e866c215539f515617 (diff)
Self contained program parsing
Diffstat (limited to 'notes.lisp')
-rw-r--r--notes.lisp24
1 files changed, 0 insertions, 24 deletions
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")