Page 1 of 1

Q-1: Write a program in Assembly language using MIPS instruction set that reads 10 integer numbers from user and stores

Posted: Fri May 20, 2022 12:13 pm
by answerhappygod
Q 1 Write A Program In Assembly Language Using Mips Instruction Set That Reads 10 Integer Numbers From User And Stores 1
Q 1 Write A Program In Assembly Language Using Mips Instruction Set That Reads 10 Integer Numbers From User And Stores 1 (22.4 KiB) Viewed 53 times
Q-1: Write a program in Assembly language using MIPS instruction set that reads 10 integer numbers from user and stores all the numbers in the array score. Now, print all the numbers that is stored in the integer array score. Sample Input/Output: Enter 10 integer number: 45 15 25 35 185 55 75 115 65 95 All numbers in the Array Score = 45 15 25 35 185 55 75 115 65 95