File:  [Isaki's NoNo m68k/m88k emulator] / nono / m88xx0 / m88100excep.h
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:05 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v016, v015, v014, HEAD
nono 0.2.3

//
// nono
// Copyright (C) 2020 nono project
// Licensed under nono-license.txt
//

#pragma once

#define M88K_EXCEP_RESET			(0)
#define M88K_EXCEP_INTERRUPT		(1)
#define M88K_EXCEP_INST				(2)
#define M88K_EXCEP_DATA				(3)
#define M88K_EXCEP_MISALIGNED		(4)
#define M88K_EXCEP_UNIMPL_OP		(5)
#define M88K_EXCEP_PRIV				(6)
#define M88K_EXCEP_BOUNDS			(7)
#define M88K_EXCEP_INT_DIV			(8)
#define M88K_EXCEP_INT_OVF			(9)
#define M88K_EXCEP_ERROR			(10)

#define M88K_EXCEP_SFU1_PRECISE		(114)
#define M88K_EXCEP_SFU1_IMPRECISE	(115)
#define M88K_EXCEP_SFU2_PRECISE		(116)
#define M88K_EXCEP_SFU3_PRECISE		(118)
#define M88K_EXCEP_SFU4_PRECISE		(120)
#define M88K_EXCEP_SFU5_PRECISE		(122)
#define M88K_EXCEP_SFU6_PRECISE		(124)
#define M88K_EXCEP_SFU7_PRECISE		(126)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.