⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isrs.c

📁 嵌入式操作系统EOS(Embedded OperatingSystem)是一种用途广泛的系统软件
💻 C
字号:
/*
** Copyright (C) 2006 Tamir Michael
**  
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
** 
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
** GNU General Public License for more details.
** 
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software 
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#include "ISRs.h"

ISR(0x10)
ISR(0x11)
ISR(0x12)
ISR(0x13)
ISR(0x14)
ISR(0x15)
ISR(0x16)
ISR(0x17)
ISR(0x18)
ISR(0x19)
ISR(0x1A)
ISR(0x1B)
ISR(0x1C)
ISR(0x1D)
ISR(0x1E)
ISR(0x1F)
ISR(0x21)
ISR(0x22)
ISR(0x24)
ISR(0x25)
ISR(0x27)
ISR(0x28)
ISR(0x29)
ISR(0x2A)
ISR(0x2B)
ISR(0x2C)
ISR(0x2D)
ISR(0x2E)
ISR(0x2F)
ISR(0x30)
ISR(0x31)
ISR(0x32)
ISR(0x33)
ISR(0x34)
ISR(0x35)
ISR(0x36)
ISR(0x37)
ISR(0x38)
ISR(0x39)
ISR(0x3A)
ISR(0x3B)
ISR(0x3C)
ISR(0x3E)
ISR(0x3F)
ISR(0x40)
ISR(0x41)
ISR(0x42)
ISR(0x43)
ISR(0x44)
ISR(0x45)
ISR(0x46)
ISR(0x47)
ISR(0x48)
ISR(0x49)
ISR(0x4A)
ISR(0x4B)
ISR(0x4C)
ISR(0x4D)
ISR(0x4E)
ISR(0x4F)
ISR(0x50)
ISR(0x51)
ISR(0x52)
ISR(0x53)
ISR(0x54)
ISR(0x55)
ISR(0x56)
ISR(0x57)
ISR(0x58)
ISR(0x59)
ISR(0x5A)
ISR(0x5B)
ISR(0x5C)
ISR(0x5D)
ISR(0x5E)
ISR(0x5F)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -