|
|
1.1 root 1: //
2: // nono
1.1.1.2 ! root 3: // Copyright (C) 2020 nono project
! 4: // Licensed under nono-license.txt
1.1 root 5: //
6:
7: #pragma once
8:
9: #define M88K_EXCEP_RESET (0)
10: #define M88K_EXCEP_INTERRUPT (1)
11: #define M88K_EXCEP_INST (2)
12: #define M88K_EXCEP_DATA (3)
13: #define M88K_EXCEP_MISALIGNED (4)
14: #define M88K_EXCEP_UNIMPL_OP (5)
15: #define M88K_EXCEP_PRIV (6)
16: #define M88K_EXCEP_BOUNDS (7)
17: #define M88K_EXCEP_INT_DIV (8)
18: #define M88K_EXCEP_INT_OVF (9)
19: #define M88K_EXCEP_ERROR (10)
20:
21: #define M88K_EXCEP_SFU1_PRECISE (114)
22: #define M88K_EXCEP_SFU1_IMPRECISE (115)
23: #define M88K_EXCEP_SFU2_PRECISE (116)
24: #define M88K_EXCEP_SFU3_PRECISE (118)
25: #define M88K_EXCEP_SFU4_PRECISE (120)
26: #define M88K_EXCEP_SFU5_PRECISE (122)
27: #define M88K_EXCEP_SFU6_PRECISE (124)
28: #define M88K_EXCEP_SFU7_PRECISE (126)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.