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

GMS34112TK-DT 参数 Datasheet PDF下载

GMS34112TK-DT图片预览
型号: GMS34112TK-DT
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 4-Bit, OTPROM, 0.5MHz, CMOS, PDSO20, SOP-20]
分类和应用: 计算机
文件页数/大小: 105 页 / 363 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS34112TK-DT的Datasheet PDF文件第69页浏览型号GMS34112TK-DT的Datasheet PDF文件第70页浏览型号GMS34112TK-DT的Datasheet PDF文件第71页浏览型号GMS34112TK-DT的Datasheet PDF文件第72页浏览型号GMS34112TK-DT的Datasheet PDF文件第74页浏览型号GMS34112TK-DT的Datasheet PDF文件第75页浏览型号GMS34112TK-DT的Datasheet PDF文件第76页浏览型号GMS34112TK-DT的Datasheet PDF文件第77页  
Chapter 5. Software  
A (Assemble)  
[Function]  
To assemble commands for each line from the specified <address> and write  
them in the memory.  
[Format]  
> A_ [<address>]  
[Explanation]  
With this, the system assembles commands for each line from the specified  
<address> and writes them in the memory.  
When <address> is omitted, data is written from the current `PC` address.  
Assemble can be finished by keying in `.`.  
When `_` is keyed in, the system goes back the address just before the current  
one.  
[e.g.]  
>A 200  
0200  
0201  
0203  
0201  
0200  
>
40  
21  
77  
03  
0D  
LYI  
LAM  
ALEI  
LMA  
SO  
0
SO  
LMA  
-
-
.
14  
BAT (Batch)  
[Function]  
To execute commands in the command file in a batch. When there is a format  
error, execution is stopped there and command error is issued.  
[Format]  
BAT_<File Name>  
[Explanation]  
With this command, the system executes commands in the command file in a  
batch. When there is a format error, execution is stopped there and command  
error is issued. In order to execute this command, it is required to create the  
command file on the editor in advance.  
[e.g]  
>BAT test.bat  
>R PA  
0
>R PB 0BATCH END  
>
5 - 19  
 复制成功!