* src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
[fw/sdcc] / src / mcs51 / main.h
index 65552254cc7bc707cfc07401e6f6bbb02e4e58d9..4c423f6828ff12f00cbead1aab622689ca022bf2 100644 (file)
@@ -1,6 +1,14 @@
 #ifndef MAIN_INCLUDE
 #define MAIN_INCLUDE
 
+typedef struct asmLineNode
+  {
+    int size;
+    bitVect *regsRead;
+    bitVect *regsWritten;
+  }
+asmLineNode;
+
 bool x_parseOptions (char **argv, int *pargc);
 void x_setDefaultOptions (void);
 void x_finaliseOptions (void);