An open API service indexing awesome lists of open source software.

https://github.com/coedice/mips

Small MIPS functions
https://github.com/coedice/mips

minimum mips mips-assembly pythagorean-triples

Last synced: 9 months ago
JSON representation

Small MIPS functions

Awesome Lists containing this project

README

          

# mips
Small MIPS functions

Files:
- minFinder.asm: Determines the least of the user inputted numbers.
- pythagoreanTriple.asm: Calculates Pythagorean triples using user inputted numbers `n` and `m`.