From b91d70087005312aab2eaddc82740fde23de7bd0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 29 Oct 2017 16:35:51 +0000 Subject: [PATCH] obj.h: add 'ANY' segment definition --- Applications/MWC/cmd/asz80/obj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/MWC/cmd/asz80/obj.h b/Applications/MWC/cmd/asz80/obj.h index cd2497a6..ab5a1265 100644 --- a/Applications/MWC/cmd/asz80/obj.h +++ b/Applications/MWC/cmd/asz80/obj.h @@ -52,6 +52,7 @@ struct objhdr #define S_UNKNOWN 0x80 #define S_PUBLIC 0x40 /* unknown is public .. */ #define S_SEGMENT 0x0F /* 00 means absolute */ +#define S_ANY 0x0F #define S_SIZE 19 -- 2.34.1