]> Shamusworld >> Repos - rmac/blobdiff - token.h
Cleanup of codebase and initial commit of 56K assembler by ggn.
[rmac] / token.h
diff --git a/token.h b/token.h
index e20402bfd59db523f888ba41ad9a241c1e173f5d..59e6ff50051ee7edf2aa4041029cb9e80d53e7cb 100644 (file)
--- a/token.h
+++ b/token.h
@@ -63,6 +63,8 @@
 #define DOTQ            'Q'                    // .q or .Q (essentially an alias for P)
 #define DOTS            'S'                    // .s or .S (FPU Single)
 #define ENDEXPR         'E'                    // End of expression
+#define UNLT            0x81           // Unary '<' (low byte)
+#define UNGT            0x82           // Unary '>' (high byte)
 
 // ^^ operators
 #define CR_DEFINED      'p'                    // ^^defined - is symbol defined?