o played with banks

o add ditz
o add checksize
This commit is contained in:
optixx
2009-04-20 20:14:42 +02:00
parent 70984ebd00
commit 09f42acfc8
7 changed files with 124 additions and 26 deletions

View File

@@ -8,8 +8,8 @@
# Revision: $Id: checksize 83 2006-01-05 22:20:53Z cs $
error=0
codelimit=8192 # default value
datalimit=992 # default value; leave 32 bytes for stack
codelimit=2048 # default value
datalimit=96 # default value; leave 32 bytes for stack
if [ $# -gt 1 ]; then
codelimit="$2"