November 22, 2024

Different Instruction in 8085 Microprocessor

JC = jump on carry
JP = Jump on positive
JM = jump on minus
JZ = jump on zero
CC = Call on carry
CNC = call on NO carry
RP = Return on positive
RM = Return on Minus
RC = Return on carry

RNC = Return on No carry
CP = call on positive
CM = Call on Minus
CZ = Call on zero
CNZ = Call on No zero
CPE = Call on parity even
CPO = call on parity odd
RPE = Return on parity is 1
RPE = Return on parity is 0

Rotation Instruction

RAL = Rotate Accumulator Left through carry
RAR = Rotate Accumulator Right through carry
RLC = Rotate Accumulator Left
RRC = Rotate Accumulator Right

Leave a Reply

Your email address will not be published. Required fields are marked *