Using MARIE assembly language, write a program that willsort 10 integers using a loop. The goal of the program is to sortan array of integers in ascending order and output theresult.
Expert Answer
Answer to Using MARIE assembly language, write a program that will sort 10 integers using a loop. The goal of the program is to so…