Skip to content

Commit

Permalink
Add asm option to CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Sep 5, 2023
1 parent 2c21eab commit 244b732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/cli/vyper_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
opcodes_runtime - List of runtime opcodes as a string
ir - Intermediate representation in list format
ir_json - Intermediate representation in JSON format
asm - Output the EVM assembly of the deployable bytecode
hex-ir - Output IR and assembly constants in hex instead of decimal
"""

Expand Down

0 comments on commit 244b732

Please sign in to comment.