fuel-etk-asm

Assembler for the Ethereum Virtual Machine (EVM) bytecode

cargomacoslinuxwindows
Try with needOr install directly
Source

About

EVM Toolkit assembler

Commands

etk-asm

Examples

Assemble an EVM assembly file to bytecode$ etk-asm contract.etk -o contract.bin
Assemble and output hex format$ etk-asm input.etk --hex
Display assembled bytecode to stdout$ etk-asm contract.etk