From 159666bae6cc185a5abac154b85c49406f32f30c Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Mar 2025 20:56:47 +0300 Subject: Last time I was here 8 months ago, idk what is this --- include/instructions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/instructions.h') diff --git a/include/instructions.h b/include/instructions.h index adada87..04509e9 100644 --- a/include/instructions.h +++ b/include/instructions.h @@ -14,6 +14,8 @@ INST(decrement); INST(add); INST(subtract); INST(reverse); +INST(assign); +INST(invalid); #undef INST #define INST(NAME) ccl_instruction_##NAME -- cgit 1.4.1