Write Mips Assembly Language Program Prompts User Enter Many Floating Point Numbers Enter Q37183831

Write a MIPS assembly language program that prompts for a userto enter how many floating point numbers to enter, then prompts toenter a series of floating point numbers and reads in numbers andstore them in an array, then asks a user how many small numbers toprint, and computes and prints them.

Consult the green sheet and the chapter 3 for assemblyinstructions for floating point numbers. Here is one instructionthat you might use:

c.lt.s   $f2, $f4
bc1t   Label1

Here if the value in the register $f2 is less than the value in$f4, it jumps to the Label1. If it should jump when the value inthe

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.