xa51, work in progress
[fw/sdcc] / src / xa51 / gen.h
index bd4512418bbfc800dd3c590554b2e8c75198d41a..85f6e6bfb20e419758ddda70faafa1e16775f04c 100755 (executable)
@@ -32,9 +32,10 @@ enum
     AOP_DIR, 
     AOP_FAR,
     AOP_CODE,
-    AOP_STK, 
+    AOP_GPTR,
+    AOP_STK,
     AOP_IMMD, 
-    AOP_CRY
+    AOP_BIT
   };
 
 /* type asmop : a homogenised type for 
@@ -49,6 +50,7 @@ typedef struct asmop {
      AOP_DIR    -  direct, just a name
      AOP_FAR    -  
      AOP_CODE   - 
+     AOP_GPTR   -
      AOP_STK    -  on stack (with offset)
      AOP_IMMD   -  immediate value for eg. remateriazable 
      AOP_CRY    -  carry contains the value of this