代码搜索:如何学习 Soc?
找到约 10,000 项符合「如何学习 Soc?」的源代码
代码结果 10,000
www.eeworm.com/read/374012/9423583
lst soc_test.lst
__start:
__text_start:
006F EFCF LDI R28,0xFF
0070 E1D0 LDI R29,0x10
0071 BFCD OUT 0x3D,R28
0072 BFDE OUT 0x3E,R29
0073 51C0 SUBI R28,0x10
0074
www.eeworm.com/read/374012/9423584
o soc_test.o
XL
H 6 areas 3F global symbols
M soc_test.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S mod32s Ref0000
S mod16s Ref0000
S div16s Ref0000
S push_arg4 Ref0000
S pop_gset1
www.eeworm.com/read/374012/9423585
hex soc_test.hex
:040000000C946F00ED
:040048000C94020111
:14008C007E5F030100637E7E5F030101647E7E5F0303006592
:1400A0007E7E5F030301667E7E5F030400667E7E5F03040159
:1400B400677E88B5F814FE19B816E211EF13FF020F7F020E91
www.eeworm.com/read/374012/9423587
lis soc_test.lis
.module soc_test.c
.area vector(rom, abs)
.org 72
0048 0C947200 jmp _usart0_receive
.area
www.eeworm.com/read/374012/9423589
_h soc_test._h
/*********************************************************************
端口定义
*********************************************************************/
//DDS
#define NBUS_CLK PORTE
www.eeworm.com/read/374012/9423591
mak soc_test.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -e -DATMEGA -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x100.
www.eeworm.com/read/374012/9423593
cof soc_test.cof
www.eeworm.com/read/374012/9423598
i soc_test.i
www.eeworm.com/read/374012/9423601
_c soc_test._c
#include
//单片机ATmega128
#include
//单片机ATmega128
#include "soc_test.H"
//对应头文件
//寄存器更名
asm(".define temp R16");
//--------------------------------------------------
www.eeworm.com/read/374012/9423603
c soc_test.c
#include
//单片机ATmega128
#include
//单片机ATmega128
#include "soc_test.H"
//对应头文件
//寄存器更名
asm(".define temp R16");
//--------------------------------------------------