Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/injusmol/mips-lab-works
Programs written in MIPS assembly programming language for Systems Fundamentals Course.
https://github.com/injusmol/mips-lab-works
assembly mips
Last synced: about 1 month ago
JSON representation
Programs written in MIPS assembly programming language for Systems Fundamentals Course.
- Host: GitHub
- URL: https://github.com/injusmol/mips-lab-works
- Owner: InjuSmol
- Created: 2024-07-23T00:50:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T01:05:43.000Z (5 months ago)
- Last Synced: 2024-11-21T01:41:54.279Z (about 1 month ago)
- Topics: assembly, mips
- Language: Assembly
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIPS-Lab-Works
Programs written in MIPS programming language for Systems Fundamentals Course.**Program 1:** A program that asks if the user wants a triangle, a square or a pyramid. It then
asks the user for the size of the object (the number of lines it takes to draw the object).
The program then writes/draws a triangle (right angled), a square or a pyramid of
stars "*" to the console.**Program 2:** In this program, the content of two one dimensional integer arrays will be
exchanged(swapped). The swapping operation will be performed for each array
location.**Program 3:** Matrix-vector multiplication