summaryrefslogtreecommitdiff
path: root/include/opcode/rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/rx.h')
-rw-r--r--include/opcode/rx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/rx.h b/include/opcode/rx.h
index 4a2cb14ad4d..66a1b34c700 100644
--- a/include/opcode/rx.h
+++ b/include/opcode/rx.h
@@ -48,6 +48,7 @@ typedef enum
RX_Operand_Immediate, /* #addend */
RX_Operand_Register, /* Rn */
RX_Operand_Indirect, /* [Rn + addend] */
+ RX_Operand_Zero_Indirect,/* [Rn] */
RX_Operand_Postinc, /* [Rn+] */
RX_Operand_Predec, /* [-Rn] */
RX_Operand_Condition, /* eq, gtu, etc */