You are on page 1of 12

8085

Based on Microprocessor Architecture, Programming and Applications with the 8085 (Fifth Edition) by Ramesh Gaonkar Penram International Publishing

Page 9

Page 97 Section 4.1

Page 99

Page 103

Page 32

Instruction Set
Consists of 74 operation codes resulting in 246 instructions (< 28) Instructions (section 2.5): - Data Transfer (Copy) Insturctions - Arithmetic Instructions - Logic and Bit Manipulation Instructions - Branch Instructions - Machine Control Instruction

Page 780

Page 781

Page 782

Page 783

Program Example
Machine Language Assembly Language

5000 5001 5002 5003 5004 5005 5006 5007

MVI A 40H OUT B8H MOV A,M JMP 00H 50H

3E H D3 H 7EH C3H

5000H

MVI A, 40H OUT B8H MOV A,M JMP 5000H

You might also like