Branching Group Of Instruction

 JUMP Instruction

1. JMP       : Unconditional

Conditional Jump

1. JNZ       

2. JZ 

3. JNC

4. JC

5. JPO

6. JPE

7. JP

8. JM

CALL Instruction

 

1.  CALL      : Unconditional

Conditional Call

1. CNZ       

2. CZ 

3. CNC

4. CC

5. CPO

6. CPE

7. CP

8. CM

 

Return Instruction

1. RET       : Unconditional

Conditional Return

1. RNZ       

2. RZ 

3. RNC

4. RC

5. RPO

6. RPE

7. RP

8. RM

Restart Instruction 

RST n ......(8 -restart instruction in 8085)

1. RST 0

2. RST 1

3. RST 2

4. RST 3

5. RST 4

6. RST 5

7. RST 6

8. RST 7


PCHL (LOAD PROGRAM COUNTER WITH HL )

 

 

 

      

Comments

Popular posts from this blog

SUB

XRI