Added disassembler support for the NMOS 6502 with illegal opcodes.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4966 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-02-06 16:04:46 +00:00
parent 2056097a91
commit 3b9032a7c4
13 changed files with 502 additions and 123 deletions

View File

@@ -33,6 +33,7 @@ OBJS = asminc.o \
labels.o \
main.o \
opc6502.o \
opc6502x.o \
opc65816.o \
opc65c02.o \
opc65sc02.o \

View File

@@ -72,6 +72,7 @@ OBJS = asminc.obj \
labels.obj \
main.obj \
opc6502.obj \
opc6502x.obj \
opc65816.obj \
opc65c02.obj \
opc65sc02.obj \