There are two arrays of 10 elements, the first is stored at DS:100 and the second in stored at DS:200. Write a code in 8086's assembly language to count how many elements exist in the first array but does not exist in the second one. Store the count (number) of elements on DS:300



Answer :

Other Questions