Constant PUSH
Source pub const PUSH: fn(i64) -> Op = push::push; // {op::short::push::push as fn(i64) -> op::Constraint}
Expand description
§Push
0x01
Push one word onto the stack.
§Bytecode Argument
This operation expects a 8-byte (1-word) argument following its opcode within bytecode.
§Stack Output
[value]