73 - Push Operations
Places items -> Stack
| OP Code (Hexidecimal) | Operation1 | Description | Gas |
|---|---|---|---|
| 0x60 | PUSH1 0 1 | Place 1 byte item on stack | 3 |
| 0x61 | PUSH2 0 1 | Place 2-byte item on stack2 | 3 |
| 0x7f | PUSH32 0 1 | Place 32-byte (full word) item on stack | 3 |
Places items -> Stack
| OP Code (Hexidecimal) | Operation1 | Description | Gas |
|---|---|---|---|
| 0x60 | PUSH1 0 1 | Place 1 byte item on stack | 3 |
| 0x61 | PUSH2 0 1 | Place 2-byte item on stack2 | 3 |
| 0x7f | PUSH32 0 1 | Place 32-byte (full word) item on stack | 3 |