8085 Instruction Set: Opcodes, Operands, Size, M-Cycle, T-Cycle

instruction set
8085
opcode
machine cycle
tstate

This page provides a comprehensive overview of the 8085 instruction set. The instructions are detailed with their opcode, operand, instruction size (in bytes), number of Machine cycles (M-cycle), and number of T-states.

Table 1: List of All 8085 Instructions with their Opcodes, Operands, Instruction Size, Number of Machine Cycles, Number of T-states

InstructionOp-codeOperandBytesMachine-cyclesT-statesDetail
ACIACI8 bit data227Add immediate to Accumulator with Carry
ADCADCReg., Mem.1,11,24,7Add register to accumulator with carry
ADDADDReg., Mem.1,11,24,7Add register to Accumulator
ADIADI8-bit, data227Add immediate to accumulator
ANAANAReg., mem.1,11,24,7Logical AND with Accumulator
ANIANI8-bit, data227AND immediate with accumulator
CALLCALL16-bit address3518Unconditional Subroutine call
CMACMANone114Complement Accumulator
CMCCMCNone114Complement Carry
CMPCMPReg., Mem.1,11,24,7Compare with accumulator
CPICPI8-bit227Compare Immediate with accumulator
DAADAANone114Decimal Adjust Accumulator
DADDADReg.Pair1310Add register pair to H and L registers
DCRDCRReg., Mem.1,11,34,10Decrement source by 1
DCXDCXReg. Pair116Decrement register pair by 1
DIDINone114Disable Interrupts
EIEINone114Enable Interrupts
HLTHLTNone12 or more5 or moreHalt and enter wait state
ININ8-bit port address2310Input data to accumulator from a port with 8-bit address
INRINRReg.,Mem.1,11,34,10Increment contents of register/Memory by 1
INXINXReg. Pair116Increment register pair by 1
JMPJMP16 bit3310Jump unconditionally
LDALDA16 bit address3413Load accumulator direct
LDAXLDAXB/D reg. Pair127Load accumulator indirect
LHLDLHLD16 bit address3516Load H and L registers direct
LXILXIReg. Pair, 16 bit data3310Load Register Pair Immediate
MOVMOVRd,Rs; M,Rs; Rd,M11; 2; 24; 7; 7Move-copy from source to destination
MVIMVIReg., Data; Mem., Data22; 37; 10Move immediate 8 bit
NOPNOPNone114No Operation
ORAORAReg., Mem.1,11,24,7Logically OR with Accumulator
ORIORI8 bit data227Logically OR Immediate
OUTOUT8-bit port address2310Output Data from Accumulator to a port with 8 bit address
PCHLPCHLNone116Load program counter with HL contents
POPPOPReg. pair1310POP OFF Stack to register pair
PUSHPUSHReg. pair1312Push register pair into stack
RALRALNone114Rotate accumulator left through carry
RARRARNone114Rotate accumulator right through carry
RLCRLCNone114Rotate Accumulator Left
RRCRRCNone114Rotate Accumulator Right
RETRETNone1310Return from subroutine unconditionally
RIMRIMNone114Read Interrupt Mask
SBBSBBReg., Mem.1,11,24,7Subtract source and borrow from accumulator
SBISBI8 bit data227Subtract immediate with borrow
SHLDSHLD16 bit address3516Store H and L registers direct
SIMSIMNone114Set Interrupt Mask
SPHLSPHLNone116 (in 8085), 5(in 8080)Copy H and L registers to the Stack pointer(SP)
STASTA16 bit3413Store Accumulator Direct
STAXSTAXB/D reg. pair127Store Accumulator Indirect
STCSTCNone114Set Carry
SUBSUBReg., Mem.1,11,24,7Subtract register or memory from Accumulator
SUISUI8 bit data227Subtract immediate from accumulator
XCHGXCHGNone114Exchange H and L with D and E
XRAXRAReg., Mem.1,11,24,7Exclusive OR with accumulator
XRIXRI8 bit data227Exclusive OR immediate with accumulator
XTHLXTHLNone1516Exchange H and L with top of stack

ARMv7 vs. ARMv8: Key Architectural Differences

Explore the key differences between ARMv7 and ARMv8 architectures, including instruction sets, memory management, security features, and performance enhancements.

arm architecture
armv7
armv8

Understanding Floating Point Units (FPUs) in ARM Processors

Explore Floating Point Units (FPUs) in ARM processors, their purpose in accelerating arithmetic operations, architecture (ARMv7-A & ARMv8-A), data formats, instruction set, and performance benefits.

arm processor
floating point
hardware
8085 Microprocessor Programming Tutorial

8085 Microprocessor Programming Tutorial

Learn 8085 microprocessor programming, instruction set, addressing modes (immediate, register, direct, indirect), and assembly programs.

microprocessor
8085
assembly