special_startup_sfr.h 567 B

123456789101112131415161718192021
  1. /*
  2. * special_startup_sfr.h
  3. *
  4. * Created on: 18.11.2015
  5. * Author: uacqk
  6. */
  7. #ifndef SPECIAL_STARTUP_SFR_H_
  8. #define SPECIAL_STARTUP_SFR_H_
  9. #define BIV 0xfe20 /* Base Interrupt Vector Table Pointer */
  10. #define BTV 0xfe24 /* Base Trap Vector Table Pointer */
  11. #define FCX 0xfe38 /* Free CSA List Head Pointer */
  12. #define ISP 0xfe28 /* Interrupt Stack Pointer */
  13. #define LCX 0xfe3c /* Free CSA List Limit Pointer */
  14. #define PCXI 0xfe00 /* Previous Context Information Register */
  15. #define PSW 0xfe04 /* Program Status Word */
  16. #endif /* SPECIAL_STARTUP_SFR_H_ */