English
Language : 

MC705P6ACPE Datasheet, PDF (73/98 Pages) Freescale Semiconductor, Inc – M68HC05 Microcontrollers
13.3 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
Instruction Types
13.3.1 Register/Memory Instructions
These instructions operate on CPU registers and memory locations. Most of them use two operands. One
operand is in either the accumulator or the index register. The CPU finds the other operand in memory.
Table 13-1. Register/Memory Instructions
Instruction
Add Memory Byte and Carry Bit to Accumulator
Add Memory Byte to Accumulator
AND Memory Byte with Accumulator
Bit Test Accumulator
Compare Accumulator
Compare Index Register with Memory Byte
EXCLUSIVE OR Accumulator with Memory Byte
Load Accumulator with Memory Byte
Load Index Register with Memory Byte
Multiply
OR Accumulator with Memory Byte
Subtract Memory Byte and Carry Bit from Accumulator
Store Accumulator in Memory
Store Index Register in Memory
Subtract Memory Byte from Accumulator
Mnemonic
ADC
ADD
AND
BIT
CMP
CPX
EOR
LDA
LDX
MUL
ORA
SBC
STA
STX
SUB
MC68HC705P6A Advance Information Data Sheet, Rev. 2.1
Freescale Semiconductor
73