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

GMS34140TK 参数 Datasheet PDF下载

GMS34140TK图片预览
型号: GMS34140TK
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 4-Bit, OTPROM, 0.5MHz, CMOS, PDIP24, SKINNY, DIP-24]
分类和应用: 计算机
文件页数/大小: 105 页 / 363 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS34140TK的Datasheet PDF文件第79页浏览型号GMS34140TK的Datasheet PDF文件第80页浏览型号GMS34140TK的Datasheet PDF文件第81页浏览型号GMS34140TK的Datasheet PDF文件第82页浏览型号GMS34140TK的Datasheet PDF文件第84页浏览型号GMS34140TK的Datasheet PDF文件第85页浏览型号GMS34140TK的Datasheet PDF文件第86页浏览型号GMS34140TK的Datasheet PDF文件第87页  
Chapter 5. Software  
G (Go)  
[Function]  
To execute the program in the specified program memory  
[Format]  
G_[<Address 1>][_<Address 2>]...[_<Address 8>]  
[Explanation]  
With this, the system executes the program address specified with =, [=<address  
1>] is omittable. When omitted, the command is executed from the present `PC`  
address. The system also sets a break point in the specified address after  
[_<address2>] . When `g` command is executed, simulation is started after  
outputting `RUN` message. When any key is pressed in this state, simulation is  
stopped.  
It is possible to use symbols in the <address>.  
[e.g]  
1) >G  
RUN  
******** User Break Point !! ********  
010E 20  
LMAIY  
PC=01 PA=1D PB=01 A=7 X=1 Y=8 ST=1 PMR=0 WD=0000 MC=297  
>
2) >G=.START 37 3  
******** Go Break Point !! ********  
0003 BF  
BR  
3F  
PC=00 PA=07 PB=06 A=F X=3 Y=5 ST=1 PMR=0 WD=0000 MC=808  
>
5 - 29  
 复制成功!