Home Download Musics Developers
API Sources Tools File Format Technicals

excep68.h

Go to the documentation of this file.
00001 
00012 /* Copyright (C) 1998-2003 Benjamin Gerard */
00013 
00014 #ifndef _EXCEP68_H_
00015 #define _EXCEP68_H_
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00036 #define RESET_VECTOR     0x00 
00037 #define RESET_LVL        7    
00039 #define BUSERROR_VECTOR  0x08 
00040 #define BUSERROR_LVL     7    
00042 #define ADRERROR_VECTOR  0x0C 
00043 #define ADRERROR_LVL     7    
00045 #define ILLEGAL_VECTOR   0x10 
00046 #define ILLEGAL_LVL      7    
00048 #define DIVIDE_VECTOR    0x14 
00049 #define DIVIDE_LVL       7    
00051 #define CHK_VECTOR       0x18 
00052 #define CHK_LVL          7    
00054 #define TRAPV_VECTOR     0x1C 
00055 #define TRAPV_LVL        7    
00057 #define LINEA_VECTOR     0x28 
00058 #define LINEA_LVL        7    
00060 #define LINEF_VECTOR     0x28 
00061 #define LINEF_LVL        7    
00063 #define TRAP_VECTOR(N)   (0x80+(4*(N))) 
00064 #define TRAP_LVL         7              
00072 #ifdef __cplusplus
00073 }
00074 #endif
00075 
00076 #endif /* #ifndef _EXCEP68_H_ */