Now learn mips assembly in a fun way....in the noob way!!!
My love for machine level language is never ending...!!! Most of you would have heard of our youtube series of MIPS Tutorials...
Here we provide you a hustle ground to take up some easy to medium level problems, and communicate with the machine in their own language...
This repository contains numerous problem statement with hands-on code to craft a structure for solution... the problem is, creator of all such problems were newbie and hence could just succesfully generate the problem and not the solution...!!
Let's find out solution for them..
- A SIMPLE CALCULATOR
- Decode the code
- FACTORIAL OF A NUMBER
- Guess the number game
- LEAP YEAR OR NOT?
- MAD LIBS game
- Min and Max sum
- Mirror clock problem
- PATTERN PRINTING
1.Fork it!
2.Clone the forked repository to local system.
3.Read issues and solve it, or add your own issues 😊
4.Commit your changes: git commit -m 'Add some feature'.
5.Push to the main branch
7.Submit a pull request 😄