Separated the emulation features in a module.

Add a new command line option --feature that allows to set emulation
features from the command line.


git-svn-id: svn://svn.cc65.org/cc65/trunk@311 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-09-02 11:35:22 +00:00
parent f55d0ccee1
commit 6288682343
8 changed files with 248 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ OBJS = condasm.o \
ea.o \
error.o \
expr.o \
feature.o \
filetab.o \
fragment.o \
global.o \

View File

@@ -72,6 +72,7 @@ OBJS = condasm.obj \
ea.obj \
error.obj \
expr.obj \
feature.obj \
filetab.obj \
fragment.obj \
global.obj \
@@ -118,6 +119,7 @@ FILE dbginfo.obj
FILE ea.obj
FILE error.obj
FILE expr.obj
FILE feature.obj
FILE filetab.obj
FILE fragment.obj
FILE global.obj