diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-25 22:36:40 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-25 22:36:40 -0500 |
| commit | f9bd70a047c357d7f4ebfadbfe34c30becb380db (patch) | |
| tree | 7e991c719d0f40a453f9e8a83ccb9760ba6f3a4c /src/opcodes.h | |
| parent | 3c13f12ac8279ddccf2a20fbc072d6b918ea2096 (diff) | |
| download | ducky-f9bd70a047c357d7f4ebfadbfe34c30becb380db.zip ducky-f9bd70a047c357d7f4ebfadbfe34c30becb380db.tar.gz ducky-f9bd70a047c357d7f4ebfadbfe34c30becb380db.tar.bz2 ducky-f9bd70a047c357d7f4ebfadbfe34c30becb380db.tar.xz | |
refactor, add simple builtin functions, fix osx bug
Diffstat (limited to 'src/opcodes.h')
| -rw-r--r-- | src/opcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcodes.h b/src/opcodes.h index 521afcf..2a0288c 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -46,5 +46,6 @@ #define ADD_CHAR 0x2D #define NEWLINE 0x2E #define READ_VAR 0x2F +#define MKSPECIAL 0x30 /* new opcodes here, be sure to update compile.c, vm.c, and emitc.c */ #define LINEMARK 0xFF |