This commit is contained in:
e.gavrin
2014-07-04 23:51:42 +04:00
parent aace544c55
commit 2091bfb9e4
6 changed files with 49 additions and 80 deletions
+6 -2
View File
@@ -16,6 +16,11 @@
#ifndef OPCODE_STRUCTURES_H
#define OPCODE_STRUCTURES_H
// Jerry bytecode ver:07/04/2014
//
#define OP_TYPE_IDX uint8_t
OP_DEF (nop) { };
OP_DEF (jmp)
@@ -27,8 +32,7 @@ OP_DEF (decl) { };
OP_DEF (decl_func_named)
{
OP_TYPE_IDX name_literal_idx;
OP_TYPE_IDX name_literal_idx;
};
OP_DEF (decl_func_anon) { };