0
5.9kviews
Write a program for 8086 microprocessor to exchange memory block of 10 bytes of location 30000H and 40000H.
1 Answer
0
760views

Assume two arrays of 10 bytes, Array-1 stored in data segment from 30000H onwards and Array-2 stored in extra segment from 40000H onwards.

Program:

enter image description here

Please log in to add an answer.