[go: up one dir, main page]

Crate etk_asm

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§

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

Enums§

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