First of all, thank you very much for your project. The decompiled asm is very clear. But I want to continue to study the function of opcode, and I have encountered some problems.
When the opcode is smaller, I guess the opcode should be defined as follows:
raw 6 -> goto, raw 11 -> push, raw 12 -> pop(Should it be like this?
But when the opcode is large, I can't find which function handles these opcodes in IDA:
Maybe this function? But it doesn't match the decompiled result.

First of all, thank you very much for your project. The decompiled asm is very clear. But I want to continue to study the function of opcode, and I have encountered some problems.
When the opcode is smaller, I guess the opcode should be defined as follows:
raw 6 -> goto, raw 11 -> push, raw 12 -> pop(Should it be like this?
But when the opcode is large, I can't find which function handles these opcodes in IDA:
Maybe this function? But it doesn't match the decompiled result.
