From a810c8760d090dcbc5ee0854b4c124a0eea3d7e7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 12 Nov 2015 21:47:23 -0500 Subject: add rockbox cross-compiler --- src/opcodes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/opcodes.h') diff --git a/src/opcodes.h b/src/opcodes.h index a08157b..5654b9f 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -38,4 +38,10 @@ #define RSH 0x25 #define SQRT 0x26 #define DECL_CONST 0x27 +#define SENDKEY 0x28 +#define DFL_DELAY 0x29 +#define STR_DELAY 0x2A +#define TYPE_DEC 0x2B +#define TYPE_STR 0x2C +/* new opcodes here, be sure to update vm.c */ #define LINEMARK 0xFF -- cgit v1.1