Program to Transfer block of N-bytes from source to destination
Q. Write an 8085 program and draw a flowchart to Transfer block of N-bytes from source to destination.(8085 Microprocessor Program) Flowchart/Algorithm Program Address Mnemonics Operand Opcode Comments 2000 MVI C, 05H 0E Initialize reg. C to 05H, i.e. number of bytes. 2001 05 2002 LXI H, 3000H 21 Initialize H-L pair to source memory … Read more