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

68HC705SB7 参数 Datasheet PDF下载

68HC705SB7图片预览
型号: 68HC705SB7
PDF下载: 下载PDF文件 查看货源
内容描述: 规格(通用版) [SPECIFICATION (General Release)]
分类和应用:
文件页数/大小: 170 页 / 1982 K
品牌: FREESCALE [ Freescale ]
 浏览型号68HC705SB7的Datasheet PDF文件第137页浏览型号68HC705SB7的Datasheet PDF文件第138页浏览型号68HC705SB7的Datasheet PDF文件第139页浏览型号68HC705SB7的Datasheet PDF文件第140页浏览型号68HC705SB7的Datasheet PDF文件第142页浏览型号68HC705SB7的Datasheet PDF文件第143页浏览型号68HC705SB7的Datasheet PDF文件第144页浏览型号68HC705SB7的Datasheet PDF文件第145页  
August 27, 1998  
GENERAL RELEASE SPECIFICATION  
17.1.11 Read-Modify-Write Instructions  
These instructions read a memory location or a register, modify its contents, and  
write the modified value back to the memory location or to the register.The test for  
negative or zero instruction (TST) is an exception to the read-modify-write  
sequence because it does not write a replacement value. Table 17-2 lists the  
read-modify-write instructions.  
Table 17-2. Read-Modify-Write Instructions  
Instruction  
Mnemonic  
ASL  
Arithmetic Shift Left  
Arithmetic Shift Right  
Clear Bit in Memory  
Set Bit in Memory  
ASR  
BCLR  
BSET  
CLR  
Clear  
Complement (One’s Complement)  
Decrement  
COM  
DEC  
Increment  
INC  
Logical Shift Left  
LSL  
Logical Shift Right  
LSR  
Negate (Two’s Complement)  
Rotate Left through Carry Bit  
Rotate Right through Carry Bit  
Test for Negative or Zero  
NEG  
ROL  
ROR  
TST  
17.1.12 Jump/Branch Instructions  
Jump instructions allow the CPU to interrupt the normal sequence of the program  
counter. The unconditional jump instruction (JMP) and the jump to subroutine  
instruction (JSR) have no register operand. Branch instructions allow the CPU to  
interrupt the normal sequence of the program counter when a test condition is  
met. If the test condition is not met, the branch is not performed. All branch  
instructions use relative addressing.  
Bit test and branch instructions cause a branch based on the state of any  
readable bit in the first 256 memory locations. These three-byte instructions use a  
combination of direct addressing and relative addressing. The direct address of  
the byte to be tested is in the byte following the opcode. The third byte is the  
signed offset byte. The CPU finds the conditional branch destination by adding the  
MC68HC05SB7  
REV 2.1  
INSTRUCTION SET  
MOTOROLA  
17-5