Question: In MIPS (Mars), How to write a program that if the user inputs a Hex number (e.g. 0xDEADBEEF) translates the string into a binary integer

In MIPS (Mars), How to write a program that if the user inputs a Hex number (e.g. 0xDEADBEEF) translates the string into a binary integer (in twos complement format), then stores this result in the ($s0), then convert this signed integer into an ASCII decimal representation , printout like (e.g. -559038737). You can not use any syscall whose description begins with read.

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!