step
open override fun step(registers: Array<AvailObject>, interpreter: Interpreter): StackReifier?
Content copied to clipboard
Perform this instruction, a single step of an L2SimpleChunk. The mutable Array of AvailObjects acts as a simple set of registers. Element 0 is the current function, and the remaining elements correspond with the continuation slots, should one need to be constructed.