We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06fe63 commit 527d369Copy full SHA for 527d369
learn_evm/evm_opcodes.md
@@ -79,7 +79,7 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
79
| [`0x5a`](#gas) | GAS | Get the amount of available gas, including the corresponding reduction for the cost of this instruction | - | 2 |
80
| [`0x5b`](#jumpdest) | JUMPDEST | Mark a valid destination for jumps | - | 1 |
81
| `0x5c` - `0x5e` | Unused | - |
82
-| [`0x5f`](#push0) | PUSH0 | Place the constant value 0 on stack | [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) | 2 |
+| [`0x5f`](#push0) | PUSH0 | Place the constant value 0 on stack | [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) | 2 |
83
| [`0x60`](#push1) | PUSH1 | Place 1 byte item on stack | - | 3 |
84
| [`0x61`](#push2) | PUSH2 | Place 2-byte item on stack | - | 3 |
85
| [`0x62`](#push3) | PUSH3 | Place 3-byte item on stack | - | 3 |
0 commit comments