Mechatronics:: Advanced Microprocessor and Microcontroller
Mechatronics:: Advanced Microprocessor and Microcontroller
Prepared by:
Dr. Ahmed Hassan M. Hassan
Associate Professor
[email protected]
www.mashreq.edu.sd
Lecture #4: Instruction Set of 8085 -II
Main Contents
Architecture
Internal Register Organization and Pin Configuration
Instruction Set of 8085
addressing modes
instruction machine cycles with states and timing
diagram.
8085 assembly language programming
Examples
Microprocessor-based system
RP Return if Positive S= 0
RM Return if Minus S= 1
RZ Return if Zero Z =1
www.mashreq.edu.sd
Opcode Operand Description
NOP None No operation
No operation is performed.
The instruction is fetched and decoded but no
operation is executed.
Example: NOP
Ex: MOV B, C
o It copies the content of register C to register B.
Ex: MOV A, M
Ex: CMA
o The instruction complements the content of the
accumulator. No specific data or operand is
mentioned in the instruction.