EVM_Mnemonic icon indicating copy to clipboard operation
EVM_Mnemonic copied to clipboard

A barebones framework for hand tuned smart contracts in pure opcodes.

EVM Mnemonic

Inspired by EVM codes, EVM Mnemonic (EVMM) is a barebones framework for hand tuned smart contracts in pure opcodes.

Installing

Syntax

PUSH1 0x42
PUSH1 0
MSTORE
PUSH1 32
PUSH1 0
MSTORE
PUSH1 0x42
PUSH1 0
MSTORE
PUSH1 32
PUSH1 0
RETURN

Compiling

Testing

EVMM Repl