POP

Original EVM instruction.

In Yul, only used to mark unused values, and is not translated to LLVM IR.

pop(staticcall(gas(), address(), 0, 64, 0, 32))

For EVMLA, see EVM Legacy Assembly Translator.

The LLVM IR generator code.

JUMPDEST

Original EVM instruction.

Is not available in Yul.

Ignored in EVMLA. See EVM Legacy Assembly Translator for more information.

PUSH - PUSH32

Original EVM instructions.

Is not available in Yul.

For EVMLA, see EVM Legacy Assembly Translator.

The LLVM IR generator code.

DUP1 - DUP16

Original EVM instructions.

Is not available in Yul.

For EVMLA, see EVM Legacy Assembly Translator.

The LLVM IR generator code.

SWAP1 - SWAP16

Original EVM instructions.

Is not available in Yul.

For EVMLA, see EVM Legacy Assembly Translator.

The LLVM IR generator code.


Made with ❤️ by the ZKsync Community