/* * special_startup_sfr.h * * Created on: 18.11.2015 * Author: uacqk */ #ifndef SPECIAL_STARTUP_SFR_H_ #define SPECIAL_STARTUP_SFR_H_ #define BIV 0xfe20 /* Base Interrupt Vector Table Pointer */ #define BTV 0xfe24 /* Base Trap Vector Table Pointer */ #define FCX 0xfe38 /* Free CSA List Head Pointer */ #define ISP 0xfe28 /* Interrupt Stack Pointer */ #define LCX 0xfe3c /* Free CSA List Limit Pointer */ #define PCXI 0xfe00 /* Previous Context Information Register */ #define PSW 0xfe04 /* Program Status Word */ #endif /* SPECIAL_STARTUP_SFR_H_ */