Add .assert actions that aren't evaluated at assembly time.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4321 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -11,6 +11,7 @@ LIB = common.a
|
||||
|
||||
OBJS = abend.o \
|
||||
addrsize.o \
|
||||
assertion.o \
|
||||
bitops.o \
|
||||
chartype.o \
|
||||
check.o \
|
||||
|
||||
@@ -57,6 +57,7 @@ endif
|
||||
|
||||
OBJS = abend.obj \
|
||||
addrsize.obj \
|
||||
assertion.obj \
|
||||
bitops.obj \
|
||||
chartype.obj \
|
||||
check.obj \
|
||||
|
||||
Reference in New Issue
Block a user