Write a MIPS Assembly Language program which runs interactively to convert between decimal, binary, and hexadecimal.
1. Request input data type.
2. Request input data.
3. Request output data type.
4. Output the data.
The suggested approach was to take the input data as a string. But I am really lost as to how to process the string and then converting it to another data type.
Thanks for the help!
Get Answers For Free
Most questions answered within 1 hours.