Constant aluvm::reg::CALL_STACK_SIZE[][src]

pub const CALL_STACK_SIZE: usize = 1 << 16; // 0x0000_0000_0001_0000usize
Expand description

Maximal size of call stack.

Equals to 2^16 (limited by cy0 and cp0 bit size)