X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.h;h=4222bbf735a40268eae33a7cbf5eae8e3a85bdd9;hp=3b2aa539efc76ad4202c2b66fb5a9d5e2cd89051;hb=f3c7d186a15b89c39e360b9cc89545a0d24bd6a4;hpb=582df8950c285e1746d0c4a9e3ead6545c962dc8 diff --git a/mark.h b/mark.h index 3b2aa53..4222bbf 100644 --- a/mark.h +++ b/mark.h @@ -26,6 +26,10 @@ MCHUNK { #define MWORD 0x0000 // Marked word #define MLONG 0x0100 // Marked long +//This will have to be defined eventually. Might have to overhaul the mark +//system as 8-bits doesn't seem to be enough, at least for a bitfield (which it +//might not have to be, in which case it would be big enough...) +//#define MQUAD 0x // Marked quad word (TODO: merge with MDOUBLE?) #define MMOVEI 0x0200 // Mark RISC MOVEI instruction #define MDOUBLE 0x0400 // Marked double float #define MEXTEND 0x0800 // Marked extended float