代码搜索结果
找到约 10,000 项符合
Test 的代码
test.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Wa-ID:\icc\include -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000
test.hex
:040000000C942B0031
:040024000C946000D8
:04002C000C947B00B5
:0100540000AB
:14005600CFE5D4E0CDBFDEBFCE51D0400AEA08830024E1E66C
:14006A00F0E010E0E938F10711F00192FBCF0083E4E5F0E02F
:14007E00A0E6B0E
test.s
.module test.c
.area data(ram, con, rel)
_uart_inter_flag::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile D:\iccavr\mega16\uart\test.c
.dbsym e uart_inter_flag _uart_in
test.lk
test.o
test.prj
[Compiler Options]
Edit1=D:\icc\include\
Edit2=D:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
test.c
//ICC-AVR application builder : 2009-4-2 9:23:34
// Target : M16
// Crystal: 7.3728Mhz
#include
#include
unsigned char count,uart_inter_flag=0,uart_buf[37];
void port
test.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
test._c
//ICC-AVR application builder : 2009-4-2 9:23:34
// Target : M16
// Crystal: 7.3728Mhz
#include
#include
unsigned char count,uart_inter_flag=0,uart_buf[25];
void port
test.lis
.module test.c
.area data(ram, con, rel)
0000 _uart_inter_flag::
0000 .blkb 1
.area idata
00
test.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\iccavr\mega16\uart\
FILE test.c
FUNC port_init 98 fV
BLOCK 11 98
LINE 11 98
LINE 12 98
LINE 13 9C
LINE 14 9E
LINE 15 A2
LINE 16 A4
LINE