Restructured some of the code. Attribute handling is still a mess and needs

another cleanup.
Added unnamed labels.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3700 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2006-01-29 19:00:22 +00:00
parent 7086da868b
commit d31f72d057
15 changed files with 825 additions and 411 deletions

View File

@@ -13,11 +13,13 @@ LDFLAGS=
OBJS = asminc.o \
attrtab.o \
code.o \
comments.o \
data.o \
error.o \
global.o \
handler.o \
infofile.o \
labels.o \
main.o \
opc6502.o \
opc65816.o \

View File

@@ -63,11 +63,13 @@ endif
OBJS = asminc.obj \
attrtab.obj \
code.obj \
comments.obj \
data.obj \
error.obj \
global.obj \
handler.obj \
infofile.obj \
labels.obj \
main.obj \
opc6502.obj \
opc65816.obj \