@@ -7,7 +7,7 @@ unshipped EIPs, even withdrawn and non-viable proposals.
7
7
| EIP | Opcode | Name | Description |
8
8
| ------------------------------------------------------------------------| --------| --------------------| ------------------------------------------------------------------------------|
9
9
| [ 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) |
11
11
| [ 615] ( https://eips.ethereum.org/EIPS/eip-615 ) | 0xB0 | JUMPTO | static jump |
12
12
| [ 615] ( https://eips.ethereum.org/EIPS/eip-615 ) | 0xB1 | JUMPIF | static conditional jump |
13
13
| [ 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.
51
51
| [ 3508] ( https://eips.ethereum.org/EIPS/eip-3508 ) | 0x49 | ORIGINDATACOPY | Bulk load transaction calldata |
52
52
| [ 3520] ( https://eips.ethereum.org/EIPS/eip-3520 ) | 0x4A | ENTRYPOINT | To address of transaction |
53
53
| [ 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 |
56
56
| [ 4520] ( https://eips.ethereum.org/EIPS/eip-4520 ) | 0xEB | - | Reserve for multi-byte opcodes |
57
57
| [ 4520] ( https://eips.ethereum.org/EIPS/eip-4520 ) | 0xEC | - | Reserve for multi-byte opcodes |
58
58
| [ 4750] ( https://eips.ethereum.org/EIPS/eip-4750 ) | 0xE3 | CALLF | EOF Subroutine Call |
0 commit comments