Skip to content

TeamHomieStreet/CSN-221-MIPS-Example

 
 

Repository files navigation

#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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 77.7%
  • C 22.3%