]> git.gag.com Git - fw/sdcc/blobdiff - src/pic/pcode.h
* src/regression/Makefile: add -L path to fresh library
[fw/sdcc] / src / pic / pcode.h
index 89b6bb828541eba7a7a0f12f5430977b4de4f39e..60ee4e603be87f6779fd740a9afe98405a076d4f 100644 (file)
@@ -809,6 +809,7 @@ typedef struct peepCommand {
 #define isPCL(x)        ((PCODE(x)->type == PC_LABEL))
 #define isPCW(x)        ((PCODE(x)->type == PC_WILD))
 #define isPCCS(x)       ((PCODE(x)->type == PC_CSOURCE))
+#define isPCASMDIR(x)  ((PCODE(x)->type == PC_ASMDIR))
 
 /*
   macros for checking pCodeInstruction types