This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:ethereum_vm:start [2022/03/23 11:06] nick |
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:ethereum_vm:start [2022/03/23 11:08] (current) nick |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| : **Instruction Set** | : **Instruction Set** | ||
| : //The instruction set of the EVM is kept minimal in order to avoid incorrect or inconsistent implementations which could cause consensus problems. All instructions operate on the basic data type, 256-bit words or on slices of memory (or other byte arrays). For a complete list, please see the list of opcodes as part of the inline assembly documentation. ** [[https://solidity.readthedocs.io/en/v0.5.8/assembly.html#opcodes | REVIEW EVM OPCODES]] **// | : //The instruction set of the EVM is kept minimal in order to avoid incorrect or inconsistent implementations which could cause consensus problems. All instructions operate on the basic data type, 256-bit words or on slices of memory (or other byte arrays). For a complete list, please see the list of opcodes as part of the inline assembly documentation. ** [[https://solidity.readthedocs.io/en/v0.5.8/assembly.html#opcodes | REVIEW EVM OPCODES]] **// | ||
| - | : **Note:** This link is outdated. Look in [[https://docs.soliditylang.org/en/v0.8.13/assembly.html] Solidity 0.8.13] and [[https://docs.soliditylang.org/en/v0.8.13/yul.html#yul | Yul (previously also called JULIA or IULIA) ]] | + | : **Note:** This link is outdated. Look in [[https://docs.soliditylang.org/en/v0.8.13/assembly.html] Solidity 0.8.13]] and [[https://docs.soliditylang.org/en/v0.8.13/yul.html#yul | Yul (previously also called JULIA or IULIA) ]] |
| : **Message Calls** | : **Message Calls** | ||