Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 323 Bytes

Assembly program written in MIPS 32-bit ISA.

  • Done as a project of CSN-221 course.

Problem statement:

Q. Take a number N as input from the user and store in memory. Determine the number of bits which are set in the 32-bit variable N, storing the result in the B variable. Print the saved result in B from memory.