|
|
nono 0.1.0
// // nono // Copyright (C) 2020 nono project // Licensed under nono-license.txt // #pragma once #define M68K_EXCEP_RESET (0) #define M68K_EXCEP_BUSERR (2) #define M68K_EXCEP_ADDRERR (3) #define M68K_EXCEP_ILLEGAL (4) #define M68K_EXCEP_ZERODIV (5) #define M68K_EXCEP_CHK (6) #define M68K_EXCEP_TRAPV (7) #define M68K_EXCEP_PRIV (8) #define M68K_EXCEP_TRACE (9) #define M68K_EXCEP_ALINE (10) #define M68K_EXCEP_FLINE (11) #define M68K_EXCEP_COPRO (13) #define M68K_EXCEP_FORMAT (14) #define M68K_EXCEP_UNINIT_INTR (16) #define M68K_EXCEP_SPURIOUS (24) #define M68K_EXCEP_LEVEL_BASE (24) // オートベクタ演算用 #define M68K_EXCEP_LEVEL1 (25) #define M68K_EXCEP_LEVEL7 (31) #define M68K_EXCEP_TRAP0 (32) #define M68K_EXCEP_TRAP15 (47) #define M68K_EXCEP_FPCP_BRANCH (48) #define M68K_EXCEP_FPCP_INEXACT (49) #define M68K_EXCEP_FPCP_ZERODIV (50) #define M68K_EXCEP_FPCP_UNFL (51) #define M68K_EXCEP_FPCP_OPERR (52) #define M68K_EXCEP_FPCP_OVFL (53) #define M68K_EXCEP_FPCP_SNAN (54) #define M68K_EXCEP_MMU_CONFIG (56)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.