Question: Code it in Masm615 x86 .data .code main PROC exit main ENDP END main Lab 7. Indexed Operands and Loops Declare an array awl of

Code it in Masm615 x86
.data
.code
main PROC
exit
main ENDP
END main
Lab 7. Indexed Operands and Loops Declare an array awl of words containing 99 elements. Declare an array aw2 of words containing 88 elements. a) Fill the awl with the number 21. Use a loop. b) Write a loop that prints all the integers from 5 to 18 in ascending order c) Fill the aw2 with the elements of the following sequence a,-I, a,-2(an-/+3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
