New info file statement "asminc" that allows to read in a file containing

symbol values in asm syntax.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3355 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-01-08 20:16:57 +00:00
parent 1596692501
commit 83147e5fce
7 changed files with 428 additions and 14 deletions

View File

@@ -10,7 +10,8 @@ CC=gcc
EBIND=emxbind
LDFLAGS=
OBJS = attrtab.o \
OBJS = asminc.o \
attrtab.o \
code.o \
data.o \
error.o \