The program should be written in Marie simulator.
Write an assembler program that will perform the 'while loop' logic read in a number that will be your LCV (loop-control-variable) each time through the loop, print out the LCV.
Example: you enter a 5
print out 5
4
3
2
1
The program should be written in Marie simulator.
Remember, with a while loop, it is possible for the while loop won't run (if the LCV is incorrectly initialized)