Home

Awesome

EVM-Assembler

An assembler that translates Ethereum Virtual Machine mnemonics to bytecode. Developed for Linux, might work on other platforms.

This is a rudimentary implementation we needed for some experiments, it was not tested very thoroughly.

Usage

Compiling EVM-Assembler: gcc -o easm easm.c

Running EVM-Assembler: easm [source.asm]

Source syntax:

Created by IT Security Labs