diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-14 20:26:31 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-14 20:27:37 -0500 |
| commit | 814fc20cf78a9e10b603fba789be3ccd2830629d (patch) | |
| tree | 7a2a1a8af7b497e02ae2642fbb97abeb83d81a53 /src/opcodes.h | |
| parent | ac48cdb00bbb4c63f62a3021ef2bdf287b3404d2 (diff) | |
| download | ducky-814fc20cf78a9e10b603fba789be3ccd2830629d.zip ducky-814fc20cf78a9e10b603fba789be3ccd2830629d.tar.gz ducky-814fc20cf78a9e10b603fba789be3ccd2830629d.tar.bz2 ducky-814fc20cf78a9e10b603fba789be3ccd2830629d.tar.xz | |
random words are being typed right now
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 5654b9f..aca29bd 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -43,5 +43,6 @@ #define STR_DELAY 0x2A #define TYPE_DEC 0x2B #define TYPE_STR 0x2C +#define ADD_CHAR 0x2D /* new opcodes here, be sure to update vm.c */ #define LINEMARK 0xFF |