]> git.gag.com Git - fw/sdcc/blobdiff - sim/ucsim/xa.src/glob.h
work in progress
[fw/sdcc] / sim / ucsim / xa.src / glob.h
index 5e992ec87299b18fb6654075587eeecd24a8d41d..008bef38877a5af22005061b64574e05ac04e111 100644 (file)
@@ -6,7 +6,7 @@
  * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
  * Other contributors include:
  *   Karl Bongers karl@turbobit.com,
- *   Johan Knol 
+ *   Johan Knol johan.knol@iduna.nl
  *
  */
 
@@ -147,10 +147,12 @@ enum op_operands {
 
 // odd-ball ones
   NO_OPERANDS,  // for NOP
-  C_BIT,
-  C_NOTBIT,
+  CY_BIT,
+  BIT_CY,
+  CY_NOTBIT,
   DATA4,
   REG_DATA4,
+  REG_DATA5,
   IREG_DATA4,
   IREGINC_DATA4,
   IREGOFF8_DATA4,
@@ -161,6 +163,7 @@ enum op_operands {
   IREG,
   BIT_ALONE,
   DIRECT,
+  DIRECT_DIRECT,
   RLIST,
   ADDR24,
   BIT_REL8,
@@ -169,6 +172,9 @@ enum op_operands {
   REG_REGOFF8,
   REG_REGOFF16,
 
+  REG_USP,
+  USP_REG,
+
   REL8,
   REL16,