Constant PUSH

Source
pub const PUSH: fn(i64) -> Constraint = push::push; // {essential_constraint_asm::short::push::push as fn(i64) -> essential_constraint_asm::Op}
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]