diff options
Diffstat (limited to 'dbg.d')
| -rw-r--r-- | dbg.d | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -145,6 +145,10 @@ int disassemble(Chunk chunk, int offset) { return simpleInstruction("OP_ADD", offset); case OpCode.OP_LESS: return simpleInstruction("OP_LESS", offset); + case OpCode.OP_GREATER: + return simpleInstruction("OP_GREATER", offset); + case OpCode.OP_NOT: + return simpleInstruction("OP_NOT", offset); case OpCode.OP_SUBTRACT: return simpleInstruction("OP_SUBTRACT", offset); case OpCode.OP_CONSTANT: |
