Skip to content

Commit 1e1a4be

Browse files
GaloretkaSamWilsn
authored andcommitted
fix: correct typos in proposed opcode names
1 parent 6637827 commit 1e1a4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lists/evm/proposed-opcodes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ unshipped EIPs, even withdrawn and non-viable proposals.
77
| EIP | Opcode | Name | Description |
88
|------------------------------------------------------------------------|--------|--------------------|------------------------------------------------------------------------------|
99
| [101](https://eips.ethereum.org/EIPS/eip-101) | 0x5C | tx.gas | primordial account-abstraction support |
10-
| [141](https://eips.ethereum.org/EIPS/eip-141) | 0xFE | INVALID/ ABORT | Designated invalid opcode. <br />(Adopted in practice, Not formally adopted) |
10+
| [141](https://eips.ethereum.org/EIPS/eip-141) | 0xFE | INVALID/ABORT | Designated invalid opcode. <br />(Adopted in practice, Not formally adopted) |
1111
| [615](https://eips.ethereum.org/EIPS/eip-615) | 0xB0 | JUMPTO | static jump |
1212
| [615](https://eips.ethereum.org/EIPS/eip-615) | 0xB1 | JUMPIF | static conditional jump |
1313
| [615](https://eips.ethereum.org/EIPS/eip-615) | 0xB2 | JUMPV | static jump table |
@@ -51,8 +51,8 @@ unshipped EIPs, even withdrawn and non-viable proposals.
5151
| [3508](https://eips.ethereum.org/EIPS/eip-3508) | 0x49 | ORIGINDATACOPY | Bulk load transaction calldata |
5252
| [3520](https://eips.ethereum.org/EIPS/eip-3520) | 0x4A | ENTRYPOINT | To address of transaction |
5353
| [4200](https://eips.ethereum.org/EIPS/eip-4200) | 0xE0 | RJUMP | relative jump |
54-
| [4200](https://eips.ethereum.org/EIPS/eip-4200) | 0xE1 | RJUMI | relative conditional jump |
55-
| [4200](https://eips.ethereum.org/EIPS/eip-4200) | 0xE2 | RJUMV | relative jump table |
54+
| [4200](https://eips.ethereum.org/EIPS/eip-4200) | 0xE1 | RJUMPI | relative conditional jump |
55+
| [4200](https://eips.ethereum.org/EIPS/eip-4200) | 0xE2 | RJUMPV | relative jump table |
5656
| [4520](https://eips.ethereum.org/EIPS/eip-4520) | 0xEB | - | Reserve for multi-byte opcodes |
5757
| [4520](https://eips.ethereum.org/EIPS/eip-4520) | 0xEC | - | Reserve for multi-byte opcodes |
5858
| [4750](https://eips.ethereum.org/EIPS/eip-4750) | 0xE3 | CALLF | EOF Subroutine Call |

0 commit comments

Comments
 (0)