Added a stack checking routine

git-svn-id: svn://svn.cc65.org/cc65/trunk@627 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-03-19 22:26:47 +00:00
parent b86a6b9749
commit 1df22c6452
2 changed files with 87 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ OBJS = add.o \
staxspp.o \
steaxsp.o \
steaxspp.o \
stkchk.o \
sub.o \
subeqsp.o \
subysp.o \