Program to Sum a series of 8-bit numbers
Q. Write an 8085 program and draw a flowchart to Sum a series of 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 C, M 4E Move the counter from memory to reg. C. 2004 MVI … Read more