RC-MRS Specific Instructions
SPL (&|@|@R)op1- Opcode: 0x11
- Addresses: 2
- Flags: none
- Registers: PCSTACK
- Function: Create new thread starting at op1
Creates a new thread and initializes its Program Counter (PC) at the memory address pointed to by op1. If no empty threads are available, program execution continues normally (but a cycle is spent processing the SPL instruction).
KILL- Opcode: 0x31
- Addresses: 1
- Flags: none
- Registers: PCSTACK
- Function: Kill current thread
Releases the current thread, efectively ending its execution. If the current thread is the last thread left, program execution ends with an abnormal termination.