0.0.4 • Published 1 year ago
bc2oc v0.0.4
Bytecode to Opcodes
Convert Bytecode from STDIN to formatted Opcodes. The output format is:
[offset] OPCODE INPUT
- offset: 2 bytes hex padded Program counter
- OPCODE: the opcode's name
- INPUT: only for PUSH operations, the bytes pushed to the stack