Stack

POP

Original EVM instruction.

In Yul, it is only used for marking unused values, and is omitted in LLVM IR.

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

For EVMLA, see EVM Legacy Assembly Translator.

JUMPDEST

Original EVM instruction.

Unavailable in Yul.

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

PUSH - PUSH32

Original EVM instructions.

Unavailable in Yul.

For EVMLA, see EVM Legacy Assembly Translator.

DUP1 - DUP16

Original EVM instructions.

Unavailable in Yul.

For EVMLA, see EVM Legacy Assembly Translator.

SWAP1 - SWAP16

Original EVM instructions.

Unavailable in Yul.

For EVMLA, see EVM Legacy Assembly Translator.