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
- Host: GitHub
- URL: https://github.com/coedice/mips
- Owner: Coedice
- Created: 2021-08-17T10:06:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T10:11:50.000Z (over 4 years ago)
- Last Synced: 2025-03-14T00:31:46.422Z (about 1 year ago)
- Topics: minimum, mips, mips-assembly, pythagorean-triples
- Language: Assembly
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.