Difference between revisions of "Pushdata Opcodes"
| Line 1: | Line 1: | ||
| − | The pushdata opcodes push the next bytes of data onto the stack. Opcodes 1-75 simply push the next bytes of data onto the stack | + | The pushdata opcodes push the next bytes of data onto the stack. Opcodes 1-75 simply push the next bytes of data onto the stack without a necessity to specify how many bytes to push. |
| + | |||
| + | === OP_PUSHDATA1 === | ||
| + | |||
| + | === OP_PUSHDATA2 === | ||
| + | |||
| + | === OP_PUSHDATA4 === | ||
Revision as of 00:47, 13 January 2020
The pushdata opcodes push the next bytes of data onto the stack. Opcodes 1-75 simply push the next bytes of data onto the stack without a necessity to specify how many bytes to push.