]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Much better implementation for A8 strings - introduced a new token called STRINGA8...
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 5c562043ad10412e0911a32444c92c3a0f9e4497..f5d3e7456855b1c16a5bbbbfa597288156a2fb82 100644 (file)
--- a/rmac.h
+++ b/rmac.h
 #define CONST        'a'                       // CONST <value>
 #define ACONST       'A'                       // ACONST <value> <attrib>
 #define STRING       'b'                       // STRING <address>
+#define STRINGA8     'S'            // Atari 800 internal STRING <address>
 #define SYMBOL       'c'                       // SYMBOL <address>
 #define EOL          'e'                       // End of line
 #define TKEOF        'f'                       // End of file (or macro)