Write assembly program NASM that compares the elements of tw
Write assembly program NASM that compares the elements of two arrays, X[i] and Y[i] by checking either for equality or inequality between the corresponding elements of the two arrays. Each array contains 100 signed words. X[i] starts at DS: A000H and Y[i] starts at DS: B000H, respectively. If the two arrays are unequal, save the offset of the first unequal element of X[i] in DS:C000H; and if the two arrays are equal, write all 0s into DS:C000H.
Solution
i didnot consider the given memory locations!!!!
 hope u can understand
 if not mail me at prasanthk1982@gmail.com
![Write assembly program NASM that compares the elements of two arrays, X[i] and Y[i] by checking either for equality or inequality between the corresponding elem Write assembly program NASM that compares the elements of two arrays, X[i] and Y[i] by checking either for equality or inequality between the corresponding elem](/WebImages/22/write-assembly-program-nasm-that-compares-the-elements-of-tw-1051700-1761547968-0.webp)
