Exucute code at a specified memory address
The address to put the code
The code to use
The stack pointer to use
The program counter to use
Optional
linkRegister: numberThe link register to use (defaults to address + 1)
Rest
...registers: number[]Values to add to the general purpose registers, R0, R1, R2, etc.
Read from a core register
The register to read
Promise of value
Read an array of core registers
The registers to read
Promise of register values in an array
Write to a core register
The register to write to
The value to write
Promise
Processor interface