~ndiddy/a65

3d79deb57e12b8cb5f34e1e727b977b0c299f87b — Nathan Misner a month ago eea8250
bugfix for incb pseudo op
1 files changed, 1 insertions(+), 1 deletions(-)

M a65.c
M a65.c => a65.c +1 -1
@@ 48,7 48,7 @@ parse the source line and convert it into the object bytes that it represents.
char errcode, line[MAXLINE + 1], title[MAXLINE];
int pass = 0;
int eject, filesp, forwd, forceabs, listhex;
unsigned address, argattr, bytes, errors, listleft, obj[MAXLINE], pagelen, pc;
unsigned address, argattr, bytes, errors, listleft, obj[65536], pagelen, pc;
FILE_INFO filestk[FILES];
FILE *source;
TOKEN token;