Program to Subtract two 16-bit numbers without borrow

Q. Write an 8085 program and draw a flowchart to Subtract two 16-bit numbers without considering the borrow.(8085 Microprocessor Program) Flowchart/Algorithm Program Address Mnemonics Operand Opcode Comments 2000 LHLD 3000H 2A Load H-L pair with 1st operand from 3000H. 2001 00 2002 30 2003 XCHG EB Exchange H-L pair with D-E pair. 2004 LHLD 3002H … Read more