X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;fp=rmac.h;h=52fb92ddd355621645fe812b9f60a6839d74baa2;hp=a2cc1c8a270d38677e6d98ccc05daecd18b1414b;hb=c8c1bd3b363a4d796397fd4920a19fbcd98bab3a;hpb=01dbdb3508711b3e9283fb21a65e9e7a7b8164d2 diff --git a/rmac.h b/rmac.h index a2cc1c8..52fb92d 100644 --- a/rmac.h +++ b/rmac.h @@ -218,6 +218,7 @@ PTR #define EQUATED 0x0800 // Symbol was equated #define SDECLLIST 0x0400 // Symbol is on 'sdecl'-order list #define FLOAT 0x0200 // Symbol is a floating point value +#define RISCREG 0x0100 // Symbol is a RISC register // Expression spaces, ORed with symbol and expression attributes above #define ABS 0x0000 // In absolute space