franck44 / evm-dis

An EVM bytecode disassembler/assembler
Apache License 2.0
29 stars 6 forks source link

Move to table for displaying segment content. #17

Closed franck44 closed 8 months ago

franck44 commented 8 months ago

At the moment the pretty-printer outputs lines with
at the end for each opcode in a segment. We may prefer to use tables that offer more styling/spacing options in Graphviz.