Browse Source

+ added legend to the 6502 instruction table

Nikolay Nikolov 1 year ago
parent
commit
0c3bab93bf
1 changed files with 15 additions and 0 deletions
  1. 15 0
      compiler/mos6502/mos6502ins.dat

+ 15 - 0
compiler/mos6502/mos6502ins.dat

@@ -1,3 +1,18 @@
+; Addressing Modes:
+; void      - Implicit
+; A         - Accumulator
+; #         - Immediate
+; zpg       - Zero Page
+; zpg,X     - Zero Page,X
+; zpg,Y     - Zero Page,Y
+; rel       - Relative
+; abs       - Absolute
+; abs,X     - Absolute,X
+; abs,Y     - Absolute,Y
+; (ind)     - Indirect
+; (ind,X)   - Indexed Indirect
+; (ind),Y   - Indirect Indexed
+
 [None]
 void                  0