adjustPcAndStackp

fun A_Continuation.adjustPcAndStackp(pc: Int, stackp: Int)

Set both the pc and the stack pointer of this continuation, which must be mutable.

Parameters

pc

The offset of the next level one instruction (within my function's nybblecodes) at which to continue running.

stackp

The current stack pointer within or just beyond my stack area.