Armadillo  0.1.1
TheexpandableOS
Variables
exceptions.h File Reference

List of exception causes. More...

Go to the source code of this file.

Variables

char * exceptions [13]
 

Detailed Description

List of exception causes.

Variable Documentation

◆ exceptions

char* exceptions[13]
Initial value:
= {
"0",
"1",
"2",
"3",
"Addrl exception! (Cause 4) Load from illegal address exception",
"Addrs exception! (Cause 5) Store to illegal address exception",
"Ibus exception! (Cause 6) Bus error on instruction fetch",
"Dbus exception! (Cause 7) Bus error on data reference",
"8",
"Bkpt exception! (Cause 9) Break instruction executed",
"Ri exception! (Cause 10) Reserved instruction",
"11",
"Ovf exception! (Cause 12) Arithmetic overflow"
}