Question: you were given the following negative array. write a program that converts each array element to its positive representation. Then add all these array elements
you were given the following negative array. write a program that converts each array element to its positive representation. Then add all these array elements and assign them to the dl register. .data myarr sbyte -5, -6, -7, -4 .code ; Write the rest of the program and paste the fully working code in the space below. As shown in the image, the dl register should have the value 22 after summing up all elements in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
