essential_constraint_vm::asm::short

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]