diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-12 21:47:23 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-12 21:47:23 -0500 |
| commit | a810c8760d090dcbc5ee0854b4c124a0eea3d7e7 (patch) | |
| tree | 281a7196ededfb311fddff608712ef70d97b80aa /src/opcodes.h | |
| parent | 142f530e6502ecb33af7a3095f5d049b8eca3c91 (diff) | |
| download | ducky-a810c8760d090dcbc5ee0854b4c124a0eea3d7e7.zip ducky-a810c8760d090dcbc5ee0854b4c124a0eea3d7e7.tar.gz ducky-a810c8760d090dcbc5ee0854b4c124a0eea3d7e7.tar.bz2 ducky-a810c8760d090dcbc5ee0854b4c124a0eea3d7e7.tar.xz | |
add rockbox cross-compiler
Diffstat (limited to 'src/opcodes.h')
| -rw-r--r-- | src/opcodes.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |