Constant RES

Source
pub const RES: Op;
Expand description

§Reserve

0x0B: RES

Reserve space on the stack for len words. The reserved space is set to 0. Returns the index to the start of the reserved space.

§Stack Input

[len]

§Stack Output

[index]