代码搜索:addasm
找到约 48 项符合「addasm」的源代码
代码结果 48
www.eeworm.com/read/378355/9235586
asm addasm.asm
.file "addasm.asm"
.global _addasm
.text
_addasm:
MOV ACC,#10
MOV T,#2
ADD ACC,T
LRETR
www.eeworm.com/read/378355/9235920
pjt addasm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\2812\3.1.3 addasm\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
www.eeworm.com/read/378355/9235922
paf addasm.paf
www.eeworm.com/read/378355/9235952
asm addasm.asm
.file "addasm.asm"
.global _main
.text
_main:
MOV ACC,#10
MOV T,#2
ADD ACC,T
.end
www.eeworm.com/read/469926/6920809
pjt addasm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\2812\3.1.3 addasm\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
www.eeworm.com/read/469926/6920811
paf addasm.paf
www.eeworm.com/read/469926/6920826
asm addasm.asm
.file "addasm.asm"
.global _main
.text
_main:
MOV ACC,#10
MOV T,#2
ADD ACC,T
.end
www.eeworm.com/read/321848/13395874
asm addasm.asm
.file "addasm.asm"
.global _addasm
.text
_addasm:
MOV ACC,#10
MOV T,#2
ADD ACC,T
LRETR
www.eeworm.com/read/321848/13396039
pjt addasm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\2812\3.1.3 addasm\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
www.eeworm.com/read/321848/13396041