]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Minor tweaking from last round of patching, version bump. :-)
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 5c562043ad10412e0911a32444c92c3a0f9e4497..dcfbe5c1eebc2de576e499d8847a164523f06435 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)