]> git.sur5r.net Git - cc65/blobdiff - src/cc65/reginfo.h
Allow any number of optional braces around all initializers as required by the standard
[cc65] / src / cc65 / reginfo.h
index ecfe08a70d986e3ad2f1685320f4c9b1461c29ad..ad49043d357683a56bfb48fbb34be126c6c62e44 100644 (file)
@@ -49,6 +49,9 @@
 
 
 
+/* Encoding for an unknown register value */
+#define UNKNOWN_REGVAL  -1
+
 /* Register contents */
 typedef struct RegContents RegContents;
 struct RegContents {