Question: Please answer the following in ASSEMBLY CODE (not mips) thanks Write a program in assembly that reads a number from the user. The number consists
Please answer the following in "ASSEMBLY CODE" (not mips) thanks

Write a program in assembly that reads a number from the user. The number consists of 1 byte. Then, the code prints all the EVEN numbers from 0 to that value. For example, if the program reads 7 the program should print 0246 Please pay close attention to the following: O needs to be printing as even number if the input is an even number it should be included, so if the user input is 6, the output should be 02 46 There is 1 space between each number in the output. So if you're printing 0 2 4 6 that means it should print Ospace2space4space6space Submit a text file that contains your well commented assembly code. The maximum number your code can read is 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
