diff options
Diffstat (limited to 'notes.lisp')
-rw-r--r-- | notes.lisp | 24 |
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") |