Program to find the Smallest of two 8-bit numbers
Q. Write an 8085 program and draw a flowchart to find the Smallest of two 8-bit numbers.(8085 Microprocessor Program) Flowchart/Algorithm Program Address Mnemonics Operand Opcode Comments 2000 LXI H, 3000H 21 Load H-L pair with address 3000H. 2001 00 2002 30 2003 MOV A, M 7E Move the 1st operand from memory to reg. A. … Read more