Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
IRQ.s
Package: GPRS_work.rar [view]
Upload User: sdaoma
Upload Date: 2013-08-07
Package Size: 3838k
Code Size: 2k
Category:
GPS develop
Development Platform:
C/C++
- ;/****************************************Copyright (c)**************************************************
- ;** Guangzou ZLG-MCU Development Co.,LTD.
- ;** graduate school
- ;** http://www.zlgmcu.com
- ;**
- ;**--------------File Info-------------------------------------------------------------------------------
- ;** File Name: IRQ.s
- ;** Last modified Date: 2004-06-14
- ;** Last Version: 1.1
- ;** Descriptions: The irq handle that what allow the interrupt nesting.
- ;**
- ;**------------------------------------------------------------------------------------------------------
- ;** Created By: Chenmingji
- ;** Created date: 2004-09-17
- ;** Version: 1.0
- ;** Descriptions: First version
- ;**
- ;**------------------------------------------------------------------------------------------------------
- ;** Modified by:
- ;** Modified date:
- ;** Version:
- ;** Descriptions:
- ;**
- ;********************************************************************************************************/
- INCLUDE ....armirq.inc ; Inport the head file 引入头文件
- CODE32
- AREA IRQ,CODE,READONLY
- ;/* 以下添加中断句柄,用户根据实际情况改变 */
- ;/* Add interrupt handler here,user could change it as needed */
- ;/*中断*/
- ;/*Interrupt*/
- IRQ_Handler HANDLER IRQ_Exception
- ;/*定时器0中断*/
- ;/*Time0 Interrupt*/
- Timer0_Handler HANDLER Timer0_Exception
- ;通用串行口1中断
- UART1_Handler HANDLER UART1_Exception
- END
- ;/*********************************************************************************************************
- ;** End Of File
- ;********************************************************************************************************/