diff options
author | Aleksei Eaves <alekseijeaves@protonmail.com> | 2024-04-16 11:02:08 +1000 |
---|---|---|
committer | Aleksei Eaves <alekseijeaves@protonmail.com> | 2024-04-16 11:02:08 +1000 |
commit | 24cad130fb3b4f81d029bd9edd6ed4e733507fbf (patch) | |
tree | 43aec53b785177a09829206d7ec2cbc483ece000 /6502.lisp | |
parent | 75db422f7b9c73f1057bf3187c73bfaeb6003a0b (diff) |
grammar.lisp -> syntax.lisp, added attribute pass and word rule
Diffstat (limited to '6502.lisp')
-rw-r--r-- | 6502.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |