* Makefile.in, configure.in, configure,
[fw/sdcc] / src / pic16 / pcodeflow.h
index b451dea799b5d71fd91cc6d8241f65a1d307d4d0..46cd38d2fba596858cb9403f8e1397aeddc505b2 100644 (file)
@@ -1,6 +1,7 @@
 /*-------------------------------------------------------------------------
 
-   pcode.h - post code generation
+  pcode.h - post code generation
+
    Written By -  Scott Dattalo scott@dattalo.com
    PIC16 port -  Martin Dubuc m.dubuc@rogers.com
 
@@ -59,6 +60,8 @@
 #define  PCC_LITERAL       (1<<9)
 #define  PCC_REL_ADDR      (1<<10)
 
+#define PCC_STATUS     (PCC_C | PCC_Z | PCC_DC | PCC_OV | PCC_N)
+
 /*------------------------------------------------------------*/
 
 void BuildFlowAncestry(pBlock *pb);