Stack
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.
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.
DUP1 - DUP16
Original EVM instructions.
Is not available in Yul.
For EVMLA, see EVM Legacy Assembly Translator.
SWAP1 - SWAP16
Original EVM instructions.
Is not available in Yul.
For EVMLA, see EVM Legacy Assembly Translator.