aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_cmd_bytecodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_cmd_bytecodes.h')
-rw-r--r--AT91SAM7S256/Source/c_cmd_bytecodes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/AT91SAM7S256/Source/c_cmd_bytecodes.h b/AT91SAM7S256/Source/c_cmd_bytecodes.h
index 36a9084..434aeff 100644
--- a/AT91SAM7S256/Source/c_cmd_bytecodes.h
+++ b/AT91SAM7S256/Source/c_cmd_bytecodes.h
@@ -134,6 +134,9 @@
#define OP_COSHD 0x85 // dest, src
#define OP_SINHD 0x87 // dest, src
+// misc other JCH additions
+#define OP_ADDROF 0x89 // dest, src
+
// additional string opcodes