* src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
[fw/sdcc] / src / pic16 / genutils.h
index f6dc45ce59dd1ac89f48b5bc21735386306c2d0e..6c94e8baa6165af43d6f87abd5e8f82877027e70 100644 (file)
@@ -13,7 +13,7 @@
 /*
  * The various GEN_xxxxx macros handle which functions
  * should be included in the gen.c source. We are going to use
- * our own functions here so, they must be commentted out from
+ * our own functions here so, they must be commented out from
  * gen.c
  */
 
@@ -27,7 +27,12 @@ void pic16_genCpl(iCode *ic);
 /*
  * global function definitions
  */
-void DEBUGpic16_pic16_AopType(int line_no, operand *left, operand *right, operand *result);
+void pic16_DumpValue(char *prefix, value *val);
+void pic16_DumpPcodeOp(char *prefix, pCodeOp *pcop);
+void pic16_DumpAop(char *prefix, asmop *aop);
+void pic16_DumpSymbol(char *prefix, symbol *sym);
+void pic16_DumpOp(char *prefix, operand *op);
+
 
 
 #endif /* __GENUTILS_H__ */