Need Assistance Implementing In MIPS Language
FIRST PART:
The implementation would take up to eight inputs in HEX format. Each input will consist of number 0, a lowercase x, and up to three hexadecimal digits with A-F being only uppercase. The inputs can range from 0x0 to 0x000 up to 0xFFF and there should be one space in between each value(last value should not have a space after it). I have attached an example input and output to make it more clear. Once it reads the inputs, the program will print the inputs in the way they were entered.
SECOND PART:
Then, the program should convert the HEX inputs into integer values and print them in the order they were entered.
FINAL PART:
After the program has printed the new set of values, the program will sort the values from smallest to largest. These values should also be printed.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here