Question: Write a program in Assembly language that reads the numbers from memory ( num : 6 , 3 , 5 , 2 , 8 ,
Write a program in Assembly language that reads the numbers from memory (num: 6, 3, 5, 2, 8, 1, 4, 7, and 0) and perform following operation on them;
Separate the even numbers and store the result in consecutive memory locations in an array named 'even'.
Find the maximum from given numbers and then calculate its factorial. Store the factorial in the memory (array name 'fact') at the end.
display maximum number and factorial both on console.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
