X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmcs51%2Fmain.h;h=4c423f6828ff12f00cbead1aab622689ca022bf2;hb=da80c48f3f8b076aa62d5856f023c11ad2ce7c95;hp=65552254cc7bc707cfc07401e6f6bbb02e4e58d9;hpb=b4d69dfd516f175255aa87b18b59dcf309d98b46;p=fw%2Fsdcc diff --git a/src/mcs51/main.h b/src/mcs51/main.h index 65552254..4c423f68 100644 --- a/src/mcs51/main.h +++ b/src/mcs51/main.h @@ -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);