JanFrederick00
Results
11
comments of
JanFrederick00
Thankfully, the game contains strings for all of the opcodes: ```0x00 = OP_NOP 0x01 = OP_PUSH_CONST 0x02 = OP_PUSH_NULL 0x03 = OP_PUSH_LOCAL 0x04 = OP_PUSH_UPVAR 0x05 = OP_PUSH_GLOBAL 0x06 =...