From a559125a2d7af771784614b7a2092cc7fb707345 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 22:45:16 +0100 Subject: array literals --- dis.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dis.c') diff --git a/dis.c b/dis.c index 9220b75..2939384 100644 --- a/dis.c +++ b/dis.c @@ -101,6 +101,8 @@ static size_t disasm_instr_h(Chunk *ch, size_t ip, int depth) { SIMPLE_INSTR(OP_CMP, "cmp") SIMPLE_INSTR(OP_EQU, "equ") SIMPLE_INSTR(OP_HALT, "halt") + SIMPLE_INSTR(OP_ARRNEW, "arrnew") + SIMPLE_INSTR(OP_ARRAPPEND, "arrappend") #undef SIMPLE_INSTR default: -- cgit v1.2.3