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

GMS37140 参数 Datasheet PDF下载

GMS37140图片预览
型号: GMS37140
PDF下载: 下载PDF文件 查看货源
内容描述: 4位单芯片微型计算机 [4-BIT SINGLE CHIP MICROCOMPUTERS]
分类和应用: 计算机
文件页数/大小: 109 页 / 782 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS37140的Datasheet PDF文件第52页浏览型号GMS37140的Datasheet PDF文件第53页浏览型号GMS37140的Datasheet PDF文件第54页浏览型号GMS37140的Datasheet PDF文件第55页浏览型号GMS37140的Datasheet PDF文件第57页浏览型号GMS37140的Datasheet PDF文件第58页浏览型号GMS37140的Datasheet PDF文件第59页浏览型号GMS37140的Datasheet PDF文件第60页  
Chapter 5. INSTRUCTION  
(20) SM  
Naming :  
Subtract Accumulator to Memory and Status 1 Not Borrow  
Carry to status  
Status :  
Format :  
Function :  
A
M(X,Y) - A  
ST  
ST  
1(when A M(X,Y))  
0(when A > M(X,Y))  
<Comment>  
Data of the accumulator is, through a 2`s complemental  
addition, subtracted from the memory word addressed by the  
Y-register. Results are stored in the accumulator. If data of  
the accumulator is less than or equal to the memory word, the  
status is set to indicate that a borrow is not caused.  
If more than the memory word, a borrow occurs to reset the  
status to 0 .  
(21) IM  
Naming :  
Increment Memory and Status 1 on Carry  
Carry to status  
Status :  
Format :  
Function :  
A
M(X,Y) + 1  
ST  
ST  
1(when M(X,Y) 15)  
0(when M(X,Y) < 15)  
<Comment>  
Data of the memory addressed by the X and Y-register is  
fetched. Adding 1 to this word, results are stored in the  
accumulator. Carry data as results is transferred to the status.  
When the total is more than 15, the status is set. The memory  
is left unchanged.  
(22) DM  
Naming :  
Decrement Memory and Status 1 on Not Borrow  
Carry to status  
Status :  
Format :  
Function :  
A
M(X,Y) - 1  
ST  
ST  
1(when M(X,Y) 1)  
0 (when M(X,Y) = 0)  
<Comment>  
Data of the memory addressed by the X and Y-register is  
fetched, and one is subtracted from this word (addition of Fh)>  
Results are stored in the accumulator. Carry data as results is  
transferred to the status. If the data is more than or equal to  
one, the status is set to indicate that no borrow is caused. The  
memory is left unchanged.  
5-11  
 复制成功!