]> git.gag.com Git - fw/sdcc/blobdiff - src/pic16/gen.h
* src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
[fw/sdcc] / src / pic16 / gen.h
index dd649f372789872c2e2ccd3629188104438ad7e8..84af5945cfec479c45eaafd117b94c130f7f0678 100644 (file)
@@ -202,6 +202,7 @@ void pic16_freeAsmop (operand *op, asmop *aaop, iCode *ic, bool pop);
 const char *pic16_pCodeOpType(  pCodeOp *pcop);
 int pic16_my_powof2 (unsigned long num);
 
+void mov2w (asmop *aop, int offset);
 
 void dumpiCode(iCode *lic);