代码搜索结果
找到约 23,033 项符合
4 的代码
4.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
4.lst
C51 COMPILER V8.08 4 08/11/2009 10:48:10 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE 4
OBJECT MODULE PLACED IN 4.OBJ
4.plg
礦ision3 Build Log
Project:
D:\study\第 02 篇 硬件应用\04 74LS148扩展中断\code\4.uv2
Project File Date: 08/11/2009
Output:
Build target 'Target 1'
compi
4.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit LED = P1^0;
void EX_INT0() interrupt 0
{
uchar bi = P2 & 0x07;
P0 = _cror_(0x7f,bi);
}