/L20"ASM for 6502" Nocase Line Comment = ; File Extensions = S ASM LST
/Delimiters = $%+();"' ,	#
/C1"Instructions"
ADC AND ASL
BCC BCS BEQ BIT BMI BNE BPL BRA BRK BVC BVS
CLC CLD CLI CLV CMP CPX CPY
DEC DEX DEY
EOR
INC INX INY
JMP JSR
LDA LDX LDY LSR
NOP
ORA
PHA PHP PHX PHY PLA PLP PLX PLY
ROL ROR RTI RTS
SBC SEC SED SEI STA STX STY STZ
TAX TAY TSX TXA TXS TYA
/C2"SFR-Registers"
A
X
Y
/C3"SFR-Bits"
C
/C4"Controls"
.byte .text .word .asc .scrl .scru .include .incbin .label .goto .if .end .enrty .opt 
*=
/C5"Delimiter/Operator"
#
$
%
(
)
+
,
;
/C6"Directives"
ABSOLUTE
BYTE
DB DRIVES DS DW
END EQU
LIST
MOD32
OFF ON ORG
TITLE
