代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.lis
.module interrupt.c
.area vector(rom, abs)
.org 12
000C 0C940000 jmp _Timer2_Interrupt
.ar
interrupt.c
//***************************************************************
// File Name : Interrupt.c
// Author : Steaven
// Created : 2008-06-09
// Modified :
// Revision : V0.0
//**************
interrupt.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:interrupt.h
*描 述:与中断相关的一
interrupt.c
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:interrupt.h
*描 述:与中断相关的一
interrupt.cpp
#include "interrupt.h"
#pragma vector=TIMERA0_VECTOR //定时器A0中断向量
__interrupt void Timer_A (void) //中断函数
{
Timer.CountA ++;
if (Timer.CountA == 10)
{
P1OUT_bit.
external interrupt.asm
LED BIT P1.0
LEDBUF EQU 30H
ORG 00H
LJMP START
ORG 03H
LJMP INTERRUPT
START: CLR LEDBUF
CLR LED
MOV TCON,#01H ;外部中断0下降沿触发
MOV IE,#81H ;打开外部中断允许位(EX0)
;及总中断允许位(
external interrupt.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x
interrupt.lnp
"interrupt.obj"
TO "interrupt"
RAMSIZE(256)
interrupt.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\手把手教你学单片机\手把手教你学单片机-008\interrupt\interrupt.uv2
Project File Date: 11/15/2010
interrupt.lst
C51 COMPILER V8.02 INTERRUPT 11/28/2010 18:33:47 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED