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

68HC705SB7 参数 Datasheet PDF下载

68HC705SB7图片预览
型号: 68HC705SB7
PDF下载: 下载PDF文件 查看货源
内容描述: 规格(通用版) [SPECIFICATION (General Release)]
分类和应用:
文件页数/大小: 170 页 / 1982 K
品牌: FREESCALE [ Freescale ]
 浏览型号68HC705SB7的Datasheet PDF文件第135页浏览型号68HC705SB7的Datasheet PDF文件第136页浏览型号68HC705SB7的Datasheet PDF文件第137页浏览型号68HC705SB7的Datasheet PDF文件第138页浏览型号68HC705SB7的Datasheet PDF文件第140页浏览型号68HC705SB7的Datasheet PDF文件第141页浏览型号68HC705SB7的Datasheet PDF文件第142页浏览型号68HC705SB7的Datasheet PDF文件第143页  
August 27, 1998  
GENERAL RELEASE SPECIFICATION  
17.1.7 Indexed, 16-Bit Offset  
Indexed, 16-bit offset instructions are three-byte instructions that can access data  
with variable addresses at any location in memory. The CPU adds the unsigned  
byte in the index register to the two unsigned bytes following the opcode. The sum  
is the conditional address of the operand. The first byte after the opcode is the  
high byte of the 16-bit offset; the second byte is the low byte of the offset. These  
instructions can address any location in memory.  
Indexed, 16-bit offset instructions are useful for selecting the kth element in an  
n-element table anywhere in memory.  
As with direct and extended addressing, the Motorola assembler determines the  
shortest form of indexed addressing.  
17.1.8 Relative  
Relative addressing is only for branch instructions. If the branch condition is true,  
the CPU finds the conditional branch destination by adding the signed byte  
following the opcode to the contents of the program counter. If the branch  
condition is not true, the CPU goes to the next instruction. The offset is a signed,  
two’s complement byte that gives a branching range of –128 to +127 bytes from  
the address of the next location after the branch instruction.  
When using the Motorola assembler, the programmer does not need to calculate  
the offset, because the assembler determines the proper offset and verifies that it  
is within the span of the branch.  
17.1.9 Instruction Types  
The MCU instructions fall into the following five categories:  
Register/Memory Instructions  
Read-Modify-Write Instructions  
Jump/Branch Instructions  
Bit Manipulation Instructions  
Control Instructions  
MC68HC05SB7  
REV 2.1  
INSTRUCTION SET  
MOTOROLA  
17-3