Skip to content

noobDevelopers/playWithMIPS

Repository files navigation

playWithMIPS

GitHub issues GitHub Hacktoberfest combined status MIPS

Now learn mips assembly in a fun way....in the noob way!!!

Description

My love for machine level language is never ending...!!! Most of you would have heard of our youtube series of MIPS Tutorials...

Youtube series by us 😇😇😇😇

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..

Table of Contents

  1. A SIMPLE CALCULATOR
  2. Decode the code
  3. FACTORIAL OF A NUMBER
  4. Guess the number game
  5. LEAP YEAR OR NOT?
  6. MAD LIBS game
  7. Min and Max sum
  8. Mirror clock problem
  9. PATTERN PRINTING

How to Contribute?

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 😄

If you had fun, consider to give a star ⭐ to this repository