@@ -7,7 +7,7 @@ pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machi
77` evmasm ` is a commandline utility that uses pyevmasm to assemble or disassemble EVM:
88
99```
10- usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]]
10+ usage: evmasm [-h] (-a | -d | -t) [-bi] [-bo] [-i [INPUT]] [-o [OUTPUT]] [-f FORK]
1111
1212pyevmasm the EVM assembler and disassembler
1313
@@ -23,9 +23,10 @@ optional arguments:
2323 Input file, default=stdin
2424 -o [OUTPUT], --output [OUTPUT]
2525 Output file, default=stdout
26- -f FORK, --fork FORK Fork, default: byzantium. Possible: [pre-byzantium,
27- byzantium, constantinople]. Also an unsigned block
28- number is accepted to select the fork.
26+ -f FORK, --fork FORK Fork, default: byzantium. Possible: frontier,
27+ homestead, tangerine_whistle, spurious_dragon,
28+ byzantium, constantinople, serenity. Also an unsigned
29+ block number is accepted to select the fork.
2930```
3031
3132Disassembling the preamble of compiled contract:
0 commit comments