obj.h: add 'ANY' segment definition
authorAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 16:35:51 +0000 (16:35 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 16:35:51 +0000 (16:35 +0000)
Applications/MWC/cmd/asz80/obj.h

index cd2497a..ab5a126 100644 (file)
@@ -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