]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCglobl.h
Added --xram-movc option
[fw/sdcc] / src / SDCCglobl.h
index 258be0f63b344e340ed5bdf9c96bb612f8bd1b19..ef7d64ed2c001bc5707cca0459f483843abe03d8 100644 (file)
@@ -220,6 +220,7 @@ struct options
     int cyclomatic;            /* print cyclomatic information */
     int noOverlay;             /* don't overlay local variables & parameters */
     int mainreturn;            /* issue a return after main */
+    int xram_movc;              /* use movc instead of movx to read xram (mcs51) */
     int nopeep;                        /* no peep hole optimization */
     int asmpeep;               /* pass inline assembler thru peep hole */
     int debug;                 /* generate extra debug info */