From 8882cc8fb00439dd0d132a676981bd34301c6a24 Mon Sep 17 00:00:00 2001 From: jhansen Date: Tue, 27 Apr 2010 23:24:06 +0000 Subject: fixed stringtonum bugs added addrof opcode changes that will hopefully fix stopclumpimmed opcode bugs git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc_128/trunk@13 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/c_cmd_bytecodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'AT91SAM7S256/Source/c_cmd_bytecodes.h') 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 -- cgit v1.2.3