diff options
| author | Franklin Wei <git@fwei.tk> | 2015-11-10 21:18:35 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-11-10 21:18:35 -0500 |
| commit | e17b312518f2f33e6c8921ff33182f109d228f6f (patch) | |
| tree | 31f19d1fdc2163d4c3a93d3efbb0d1deb5d57203 /src/opcodes.h | |
| parent | 1df389bfd5c23ba4332cd13d3d7c5b61be29a3d4 (diff) | |
| download | ducky-e17b312518f2f33e6c8921ff33182f109d228f6f.zip ducky-e17b312518f2f33e6c8921ff33182f109d228f6f.tar.gz ducky-e17b312518f2f33e6c8921ff33182f109d228f6f.tar.bz2 ducky-e17b312518f2f33e6c8921ff33182f109d228f6f.tar.xz | |
add vm
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 a4ca890..503ab59 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -37,3 +37,4 @@ #define LSH 0x24 #define RSH 0x25 #define SQRT 0x26 +#define LINEMARK 0xFF |