欢迎访问ic37.com |
会员登录 免费注册
发布采购

DMC73C168 参数 Datasheet PDF下载

DMC73C168图片预览
型号: DMC73C168
PDF下载: 下载PDF文件 查看货源
内容描述: 8BIT单片机 [8Bit Single Chip Microcontroller]
分类和应用: 微控制器
文件页数/大小: 82 页 / 744 K
品牌: DAEWOO [ DAEWOO Electronic Components ]
 浏览型号DMC73C168的Datasheet PDF文件第74页浏览型号DMC73C168的Datasheet PDF文件第75页浏览型号DMC73C168的Datasheet PDF文件第76页浏览型号DMC73C168的Datasheet PDF文件第77页浏览型号DMC73C168的Datasheet PDF文件第79页浏览型号DMC73C168的Datasheet PDF文件第80页浏览型号DMC73C168的Datasheet PDF文件第81页浏览型号DMC73C168的Datasheet PDF文件第82页  
78  
8Bit Single Chip Microcontroller  
DMC73C168  
Note :  
There are some version in assembler software such as "asm7.com" and "asm700.exe".  
asm7.com : can support program which use many labels but can't support macro.  
asm700.exe : can support macro instruction but can't be used in program with many labels.  
TYPE FILENAME.ASM  
A0RG >C006  
**** PROGRAM ****  
END  
; absolute address (16K byte rom size)  
ASM7 FILENAME.ASM  
----> ENTER KEY  
----> ENTER KEY  
----> ENTER KEY  
Listing File [FILENAME.LST]  
Object File [FILENAME.MPO]  
NO ERROR, NO WARNING  
The filemane.mpo is object file of TI hex format which can be downloaded into EVM.  
B.2.2. Linker  
The DMC73CXX assembler creates both absolute and relocatable object code that can be linked to  
form executable programs from separately assembled modules. An entire program need not be  
assembled at one time. A long program can be divided into separately assembled modules, avoiding  
a long assembly and reducing the symbol table size. Caution must be observed when assembling  
a long program with excessive labels ; this may cause an assembler error from symbol table overflow.  
Modules that are common to several programs can be assembled once and accessed when needed.  
These separately generated modules can be linked together by the link editor, forming a single  
linked object module that is stored in a library and/or loaded as required.  
Note : See the below simple example.  
DIR C:  
HA0.ASM HA1.ASM HA2.ASM HA0.MPO HA1.MPO HA2.MPO HA.CTL  
TYPE HA0.ASM  
TYPE HA1.ASM  
PSEG  
**** PROGRAM ****  
END  
TYPE HA2.ASM  
DSEG  
DATA RESET  
END  
; If this program size is 16K byte, reset  
; address is C006 (trap 0)  
£
Ä
£
Á
£
Å
£
×£Ï £Ï  
DAEWOO ELECTRONICS CO., LTD.  
 复制成功!