From: Alan Cox Date: Sun, 29 Oct 2017 16:35:51 +0000 (+0000) Subject: obj.h: add 'ANY' segment definition X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b91d70087005312aab2eaddc82740fde23de7bd0;p=FUZIX.git obj.h: add 'ANY' segment definition --- 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