fn stackChange(id: usize, newstack: []u8) void
[src]
Change the start and end address of the stack id. start is the new lowest addressable stack byte, end is the new highest addressable stack byte.
fn stackChange(id: usize, newstack: []u8) void
Change the start and end address of the stack id. start is the new lowest addressable stack byte, end is the new highest addressable stack byte.