KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Completion Type

IRQ completion type codes. More...

Macros

#define EXC_TRAPA   0x0160
 Unconditional trap (trapa)
 
#define EXC_USER_BREAK_POST   0x01e0
 User break after instruction.
 

Detailed Description

IRQ completion type codes.

These exceptions are actually handled in-between instructions, allowing the instruction that causes them to finish completely. The saved PC thus is the value of the next instruction.

Macro Definition Documentation

◆ EXC_TRAPA

#define EXC_TRAPA   0x0160

Unconditional trap (trapa)

◆ EXC_USER_BREAK_POST

#define EXC_USER_BREAK_POST   0x01e0

User break after instruction.