pc

fun pc(pc: Int)

Set the pc. This can be done independently of the call to AvailObject.setUpInstructionDecoder.

Parameters

pc

The new one-based program counter.


fun pc(): Int

Answer the current one-based program counter.

Return

The current one-based nybblecode index.