fn stackRegister(stack: []u8) usize

Mark a piece of memory as being a stack. Returns a stack id. start is the lowest addressable stack byte, end is the highest addressable stack byte.

Parameters

stack: []u8,