代码搜索:TASM
找到约 903 项符合「TASM」的源代码
代码结果 903
www.eeworm.com/read/287005/8732801
tasm
www.eeworm.com/read/288383/8637170
pjt tasm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5416-EDULAB\LAB0103-ASM\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T
www.eeworm.com/read/288383/8637174
paf tasm.paf
www.eeworm.com/read/288383/8637177
cmd tasm.cmd
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM PAGE 0
.data : {}> PRAM PAGE 0
.ci
www.eeworm.com/read/288383/8637186
asm tasm.asm
;/////////////////////////////////////////////////
;// Example For ICETEK-VC5416-EDU //
;// CTR Version : V4 //
;// Filename: Tasm.asm
www.eeworm.com/read/287005/8732797
obj tasm.obj
www.eeworm.com/read/287005/8732800
asm tasm.asm
ORG 0000H
AJMP MAIN
MAIN:
MOV R0,#32H
MOV 34H,@R0
AJMP MAIN
END
www.eeworm.com/read/287005/8732805
opt tasm.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 {
www.eeworm.com/read/287005/8732807
lst tasm.lst
A51 MACRO ASSEMBLER TASM 02/26/2008 20:34:10 PAGE 1
MACRO ASSEMBLER A51 V6.23
OBJECT MODULE PLACED IN tasm.OBJ
ASSEMBLER INV
www.eeworm.com/read/287005/8732808
plg tasm.plg
礦ision3 Build Log
Project:
E:\ATMEL\Music\Testasm\tasm.uv2
Project File Date:
Output:
Build target 'Target 1'
assembling tasm.asm..