essential_constraint_asm::short

Constant ALOCT

Source
pub const ALOCT: Op;
Expand description

§Alloc

0x70: ALOCT

Allocate new memory to the end of the temporary memory. Sets new memory to 0. Returns the index to the start of the new block of memory.

§Stack Input

[size]

§Stack Output

[index]

§Panics

  • Max memory size reached.