📄 vectors.c
字号:
/*
** ###################################################################
**
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**
** Filename : Cpu.C
**
** Project : LK24E
**
** Processor : MC68HC908LK24FAC_80
**
** Beantype : MC68HC908LK24_80
**
** Version : Bean 01.001, Driver 01.17, CPU db: 2.89.000
**
** Compiler : Metrowerks HC08 C Compiler
**
** Date/Time : 2004-1-3, 17:14
**
** Abstract :
**
** This bean "MC68HC908LK24_80" implements properties, methods,
** and events of the CPU.
**
** Settings :
**
** Clock setting
** External clock : 0.032768 MHz
** CPU mode selection : Monitor mode
** Initialization interrupt priority : 1
** LVI module : no
**
** Speed modes
** High speed clock : Main clock frequency / 1
** Internal bus clock : 0.008192 MHz
** Low speed mode : Disabled
** Slow speed mode : Disabled
**
** Contents :
**
** GetSpeedMode - byte Cpu_GetSpeedMode(void);
** EnableInt - void Cpu_EnableInt(void);
** DisableInt - void Cpu_DisableInt(void);
**
**
** (c) Copyright UNIS, spol. s r.o. 1997-2002
**
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
**
** http : www.processorexpert.com
** mail : info@processorexpert.com
**
** ###################################################################
*/
#include "Cpu.h"
extern void _EntryPoint(void);
void (* const _vect[])() @0xFFD8 = { // Interrupt table
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_Interrupt,
Cpu_SWIInterrupt,
_EntryPoint
};
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 03.23 for
** the Motorola HC08 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -