Question: Write a MIPS assembly language program that asks the user to input an integer and then prints out a string that shows how that integer

Write a MIPS assembly language program that asks the user to input an integer and then prints out a string that shows how that integer should be encoded using 16 bits. Your program should handle both positive and negative valued inputs. Your program should also print out an error message if the given input cannot be expressed as a 16 bit signed integer.

As an example, if the input is 12, your program should output 0000000000001100. If the input is 34000, your program should print out an error since the largest 16 bit signed integer is 215 - 1 = 32767.

Please include comments as this is a beginner's class and assembly language is quite hard to follow without them

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!