From 60a2c769b442f91a27ee09a8315508cc7d5fd12a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 15 Nov 2017 23:06:14 +0000 Subject: [PATCH] as: We use 16 char symbols in ld so we must match in as --- Applications/MWC/cmd/asz80/as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1