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 --- src/instruction.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/instruction.c') diff --git a/src/instruction.c b/src/instruction.c index 72cca6c..4189dd1 100644 --- a/src/instruction.c +++ b/src/instruction.c @@ -2,6 +2,7 @@ #include "instructions.h" #include +#include #include "readchar.h" #include "3cl.h" @@ -30,7 +31,10 @@ struct CCLFrame *ccl_instruction(struct CCL *ccl, struct CCLFrame *frame) case '*' : ISSW(add); case '~' : ISSW(subtract); case '%' : ISSW(reverse); + case '=' : ISSW(assign); + default : ISSW(invalid); } #undef INSW return instruction(ccl, frame); + puts("aboba"); } -- cgit 1.4.1