Write a MIPS assembly program that converts a binary number to decimal. Your program should ask the user for a binary nu
Posted: Sun May 15, 2022 12:19 pm
Write a MIPS assembly program that converts a binary number to decimal. Your program should ask the user for a binary number to convert. "Please enter a binary number" Then, it should convert the input binary value to a decimal number and display it as follow: "The binary value X is equal to Y" For example, if the user input is 1010 htne the output should be: "The binary value 1001 is equal to 9"