代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8515 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdat
timer.lst
__start:
__text_start:
11 E5CF LDI R28,0x5F
12 E0D2 LDI R29,2
13 BFCD OUT 0x3D,R28
14 BFDE OUT 0x3E,R29
15 51CE SUBI R28,0x1E
16 40D
timer._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define DQ PD2
#define HW 0x04
uchar HW_OLD;
uint IRCode[3],IRCON,f,flag,x;
uint m,c;
timer.lis
.module timer.c
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator.27F5F4061F03467\桌面\TIMER\timer.c
0000
timer.hex
:0400000010C05BC011
:02000E0097C099
:14002200CFE5D2E0CDBFDEBFCE51D0400AEA08830024E0E6A3
:14003600F0E010E0E337F10711F00192FBCF0083E2E2F0E06F
:14004A00A0E6B0E010E000E00BBFE232F10721F0C8953196B1
:14
timer.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
timer.o
XL
H 3 areas 14 global symbols
M timer.c
S push_xgset300C Ref0000
S pop_xgset300C Ref0000
A text size 2DC flags 0
dbfile C:\DOCUME~1\Administrator.27F5F4061F03467\桌面\TIMER\timer.c
dbfunc e dela
timer.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define DQ PD2
#define HW 0x04
uchar HW_OLD;
uint IRCode[3],IRCON,f,flag,x;
uint m,c;