Assembler

The assembler Command-Line utility allows you to assemble EVM asm files into deployable bytecode and disassemle EVM bytecode into human-readable mnemonics.

Help

Usage:
   ethers-asm [ FILENAME ] [ OPTIONS ]

OPTIONS
  --disassemble               Disassemble input bytecode
  --define KEY=VALUE          provide assembler defines

OTHER OPTIONS
  --debug                     Show stack traces for errors
  --help                      Show this usage and exit
  --version                   Show this version and exit

Examples

TODO examples