TSK3000A - Special Purpose Instructions
There are three special instructions used for breakpoints and exceptions.
Mnemonic | Instruction | Description |
---|---|---|
BREAK code | Breakpoint | If the OCDS is active then the processor will stop at this point and flush any instructions that have entered the pipeline after the break instruction |
RFE | Restore From Exception | Copies the control register bits for previous interrupt mask mode and previous user mode ( |
SYSCALL code | System Call | Raises a System Call exception and passes control to an exception handler. The code field can be used to pass information to an exception handler, but the only way to have the code field retrieved by the exception handler is to use the exception return register to load the contents of the memory word containing this instruction |