summaryrefslogtreecommitdiff
path: root/dis.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-21 16:23:03 +0100
committerubq323 <ubq323@ubq323.website>2024-06-21 16:23:03 +0100
commitd6ce4e22ad9b98ab06812506f5bec2d4226ee7d2 (patch)
tree8d8c0435856faf871e7b5eff7d38a3c88da04051 /dis.c
parent81662aa56b8ad2fa397b1d3e9dd3bb398c7d1798 (diff)
mandelbrot
Diffstat (limited to 'dis.c')
-rw-r--r--dis.c1
1 files changed, 1 insertions, 0 deletions
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")