diff options
Diffstat (limited to 'src/compiler/code-generator.h')
-rw-r--r-- | src/compiler/code-generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h index e4d9cac..3c3222a 100644 --- a/src/compiler/code-generator.h +++ b/src/compiler/code-generator.h @@ -9,6 +9,7 @@ typedef enum CodeGeneratorInstruction : uint8_t { CODE_GENERATOR_INSTRUCTION_CALL, CODE_GENERATOR_INSTRUCTION_RET, CODE_GENERATOR_INSTRUCTION_MOV, + CODE_GENERATOR_INSTRUCTION_ADD, CODE_GENERATOR_INSTRUCTION_FUNCTION_BEGIN, CODE_GENERATOR_INSTRUCTION_FUNCTION_END, } CodeGeneratorInstruction; |