EVM Legacy Assembly
Last updated
Last updated
These instructions do not have a direct representation in EVM or Validium VM. Instead, they perform auxiliary operations required for generating the target bytecode.
The same as .
LLVM IR codegen references:
The same as .
LLVM IR codegen references:
The same as .
For more information, see the .
LLVM IR codegen references:
LLVM IR codegen references:
Returns the address the contract is deployed to.
Can be only found in deploy code. On EVM, returns the total size of the runtime code and constructor arguments.
On Validium VM, it is always 0, since Validium VM does not operate on runtime code in deploy code.
Pushes a data chunk onto the stack. Data chunks are resolved during the processing of input assembly JSON.
Pushes an EVM Legacy Assembly destination block identifier onto the stack.
Starts a new EVM Legacy Assembly block. Tags are processed during the translation of EVM Legacy Assembly into EthIR.
The same as .
For more information, see the .
The same as .
For more information, see the .
.
.
.
.
.