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.

Parameters

id: usize,
newstack: []u8,