Question: Write a function (IN MIPS ASSEMBLER) named bitcount that returns the number of 0-bit in the input argument that is an integer (contained in register
Write a function (IN MIPS ASSEMBLER) named bitcount that returns the number of 0-bit in the input argument that is an integer (contained in register $a0), and a test driver (main function) to test the function bitcount. The test driver prompts the user for a decimal integer, calls bitcount and then displays the result. For example, if the user gives -4 as the input, the program displays "The number of 0-bit is 2". Submit the source code as well as the screen shot showing the program runs correctly with several test runs (refer to the syllabus for requirements of programming assignments.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
