From: Alan Cox Date: Wed, 15 Nov 2017 23:06:14 +0000 (+0000) Subject: as: We use 16 char symbols in ld so we must match in as X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=60a2c769b442f91a27ee09a8315508cc7d5fd12a;p=FUZIX.git as: We use 16 char symbols in ld so we must match in as --- diff --git a/Applications/MWC/cmd/asz80/as.h b/Applications/MWC/cmd/asz80/as.h index 1d37c480..22840d1f 100644 --- a/Applications/MWC/cmd/asz80/as.h +++ b/Applications/MWC/cmd/asz80/as.h @@ -13,7 +13,7 @@ /* * Table sizes, etc. */ -#define NCPS 8 /* # of characters in symbol */ +#define NCPS 16 /* # of characters in symbol */ #define NHASH 64 /* # of hash buckets */ #define HMASK 077 /* Mask for above */ #define NFNAME 32 /* # of characters in filename */