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

GMS81016 参数 Datasheet PDF下载

GMS81016图片预览
型号: GMS81016
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微型计算机 [8-BIT SINGLE CHIP MICROCOMPUTERS]
分类和应用: 计算机
文件页数/大小: 101 页 / 564 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS81016的Datasheet PDF文件第21页浏览型号GMS81016的Datasheet PDF文件第22页浏览型号GMS81016的Datasheet PDF文件第23页浏览型号GMS81016的Datasheet PDF文件第24页浏览型号GMS81016的Datasheet PDF文件第26页浏览型号GMS81016的Datasheet PDF文件第27页浏览型号GMS81016的Datasheet PDF文件第28页浏览型号GMS81016的Datasheet PDF文件第29页  
Chapter 2. Function Description  
2.1.1 A register  
- 8bit Accumulator.  
- In the case of 16-bit operation, compose the lower 8-bit of A, upper 8bit in Y (16-bit  
Accumulator)  
- In the case of multiplication instruction, execute as a multiplier register. After  
¡ æ  
multiplication operation, the lower 8-bit of the result enters. (Y*A  
YA)  
- In the case of division instruction, execute as the lower 8-bit of dividend. After  
division operation, quotient enters.  
2.1.2 X register  
- General-purpose 8-bit register  
- In the case of index addressing mode within direct page(RAM area), execute as  
index register.  
- In the case of division instruction, execute as register.  
2.1.3 Y register  
- General-purpose 8-bit register  
- In the case of index addressing mode, execute as index register  
- In the case of 16-bit operation instruction, execute as the upper 8-bit of YA (16-bit  
accumulator).  
- In the case of multiplication instruction, execute as a multiplicand register. After  
multiplication operation, the upper 8-bit of the result enters.  
- In the case of division instruction, execute as the upper 8-bit of dividend. After  
division operation, remains enters.  
- Can be used as loop counter of conditional branch command. (e.g.DBNE Y, rel)  
2.1.4 Stack Pointer  
- In the cases of subroutine call, Interrupt and PUSH, POP, RETI, RET instruction,  
stack data on RAM or in the case of returning, assign the storage location having  
stacked data.  
- Stack area is constrained within 1-page (00H-FFH). The SP is post-decremented  
when a subroutine call or a push instruction is executed, or when an interrupt is  
accepted; and the SP is pre-incremented when a return or a pop instruction is  
executed.  
- SP should be initialized as follows  
¡ æ  
¡ æ  
ex) LDX #0FEH  
TXSP  
: 0FEH  
: X reg.  
X reg.  
SP  
- The behaviors of stack pointer according to each instruction are the following.  
2 - 2  
 复制成功!