Instruction
Instruction
Data)
LDA LDA 16-bit address load data from a specified memory address into the
accumulator (A register).
(load accumulator) LAD 2500H
STA(Store Accumulator STA 16-bit_address used to store the contents of the accumulator (A register)
LHLD(Load HL Pair LHLD 16-bit_address used to load the HL register pair (H and L registers) with the
3. Logical Instructions
Logical instructions perform bitwise operations like AND, OR, XOR, compare, and
complement on data stored in the accumulator (A).
The 8085 microprocessor has five primary status flags that indicate the result of an arithmetic or
logical operation. These flags are stored in the Flag Register and are set (1) or reset (0) based on
the result of an operation.
Parity (P) Even number of 1s in the result Odd number of 1s in the result
Auxiliary Carry (AC) Carry from bit 3 to bit 4 No carry from bit 3 to bit 4