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

68HC05P4A_1 参数 Datasheet PDF下载

68HC05P4A_1图片预览
型号: 68HC05P4A_1
PDF下载: 下载PDF文件 查看货源
内容描述: 规格(通用版) [SPECIFICATION (General Release)]
分类和应用:
文件页数/大小: 83 页 / 2055 K
品牌: FREESCALE [ Freescale ]
 浏览型号68HC05P4A_1的Datasheet PDF文件第54页浏览型号68HC05P4A_1的Datasheet PDF文件第55页浏览型号68HC05P4A_1的Datasheet PDF文件第56页浏览型号68HC05P4A_1的Datasheet PDF文件第57页浏览型号68HC05P4A_1的Datasheet PDF文件第59页浏览型号68HC05P4A_1的Datasheet PDF文件第60页浏览型号68HC05P4A_1的Datasheet PDF文件第61页浏览型号68HC05P4A_1的Datasheet PDF文件第62页  
Freescale Semiconductor, Inc.  
GENERAL RELEASE SPECIFICATION  
Indexed 8-bit offset instructions are useful for selecting the kth element in an  
n-element table. The table can begin anywhere within the first 256 memory  
locations and could extend as far as location 510 ($01FE). The k value is typically  
in the index register, and the address of the beginning of the table is in the byte  
following the opcode.  
11.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.  
11.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.  
INSTRUCTION SET  
Rev. 2.0  
11-3  
For More Information On This Product,  
Go to: www.freescale.com  
 复制成功!