Crate etk_asm

source ·
Expand description

The EVM Toolkit Assembler.

You can find more information about the command-line tools in The ETK Book.

The ingest module is high-level and similar to the command-line interface.

The asm module provides low-level access to the internals of the assembler.

Modules

  • Single-scope assembler implementation and related types.
  • A simple disassembler from the EVM Toolkit.
  • High-level interface for assembling instructions.
  • Definitions of all instructions supported by the assembler.

Enums

  • Type for errors that may arise while parsing assembly source code.