代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/470124/6924890
opt 中断法.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/470124/6924893
c 中断法.c
//-----------------------函数声明,变量定义------------------------------------------
#include
#define KEY P2
sbit INT_0 =P3^2; // 将p3.2外部中断0
unsigned char key_code,scan,num; //键值
www.eeworm.com/read/470124/6924897
hex 中断法.hex
:10011B00C0F9A4B0999282F880908883C6A1868E8C
:05014A0012013780FBEB
:080141007F147EF8DEFEDFFAF8
:010149002293
:0A013700C288D2A8D2AF75A00F2233
:0300030002009B5D
:10009B00C0E0C0F0C083C082C0D075D0087
www.eeworm.com/read/469382/6974532
txt shizhong中断.txt
Z0 EQU 30H
Z1 EQU 31H
Z2 EQU 32H
Z3 EQU 33H
Z4 EQU 34H
Z5 EQU 35H
Z6 EQU 36H
Z7 EQU 37H
S1 BIT P2.0
S2 BIT P2.1
M1 BIT P2.2
M2 BIT P2.3
H1 BIT P2.4
H2 BIT P2.5
ORG 0000H ;正确,查
www.eeworm.com/read/456941/7336655
mp 外部中断.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/456941/7336656
lis 外部中断.lis
.module _外部中断.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_外部中断\外部中断.c
www.eeworm.com/read/456941/7336657
prj 外部中断.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=14
RadioGroup1=0
Edit15=
CheckBox6=0
Edit1
www.eeworm.com/read/456941/7336658
c 外部中断.c
//ICC-AVR application builder : 2009-3-10 17:06:48
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
unsigned char i=0;
void port_init(void)
{
PORTB = 0x00;
DD
www.eeworm.com/read/456941/7336661
mak 外部中断.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0