0.0.4 • Published 1 year ago

bc2oc v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago