From d6ce4e22ad9b98ab06812506f5bec2d4226ee7d2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 21 Jun 2024 16:23:03 +0100 Subject: mandelbrot --- dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dis.c') diff --git a/dis.c b/dis.c index de1e3ae..ba0e1db 100644 --- a/dis.c +++ b/dis.c @@ -67,6 +67,7 @@ void disasm_chunk(Chunk *ch) { case opcode: puts(str); break; SIMPLE_INSTR(OP_RET, "ret") SIMPLE_INSTR(OP_PUTS, "puts") + SIMPLE_INSTR(OP_PRINT, "print") SIMPLE_INSTR(OP_DROP, "drop") SIMPLE_INSTR(OP_ADD, "add") SIMPLE_INSTR(OP_SUB, "sub") -- cgit v1.2.3