/mips-assembly-programs

Three simple MIPS assembly programs for beginners

Primary LanguageAssembly

MIPS Assembly Labs

This is my attempt to learn MIPS Assembly. The compiler, Mars, can be downloaded here:

https://courses.missouristate.edu/KenVollmar/mars/download.htm

Lab 1

This program accepts three numbers from the user and returns the largest number.

Lab 2

Sorts integers.

Lab 3

Calculate combinations formula, C(n,r)