Memory
MLOAD
Original EVM instruction.
Heap memory load operation is modeled with a native EraVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
LLVM IR instruction documentation
MSTORE
Original EVM instruction.
Heap memory load operation is modeled with a native EraVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
LLVM IR instruction documentation
Original EVM instruction.
The LLVM IR generator code is common for Yul and EVMLA representations.
Last updated