8085 Instruction Set Gaonkar -
JMP (Unconditional Jump), JC (Jump on Carry), and CALL / RET (Subroutine handling).
Opcode followed by a 16-bit address or data (e.g., LDA 2050H ). 8085 Instruction Set Gaonkar
ANA (Logical AND), ORA (Logical OR), XRA (Logical XOR), and CMP (Compare). JMP (Unconditional Jump), JC (Jump on Carry), and
Unlike data transfer, these instructions update the Flag Register (Carry, Zero, Sign, etc.) to reflect the result’s status. 3. Logic Operations JMP (Unconditional Jump)
MOV (Move), MVI (Move Immediate), LDA (Load Accumulator), and STA (Store Accumulator).