Instruction Set
Instruction Set
[email protected]
Instruction Set of 8085
• Arithmetic Instructions
• Logical Instructions
• Branching Instructions
• Control Instructions
Data Transfer Instructions
This instruction copies the contents of the source register into the
destination register.
Example: MOV B, C
MOV B, M
MOV M, C
Data Transfer Instructions
MVI M, 57H
Data Transfer Instructions
The contents of either the register pair or the memory location are
not altered.
Example: LDAX B
Data Transfer Instructions
Example: STAX B
Data Transfer Instructions
Example: XCHG