diff options
Diffstat (limited to 'dis.c')
-rw-r--r-- | dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |