Skip to content

InputOutputZ/MIPS-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIPS-Calculator

Interactive MIPS Calculator that is written in Assembly Lanugage

Application Specification

  • Display sum of number 1 and number 2
  • isplay product of number 1 and number 2
  • Divide number 1 by number 2
  • Exchange numbers 1 and 2
  • Display numbers between number 1 and number 2
  • Sum numbers between number 1 and number 2
  • Raise number 1 to the power of number 2
  • Display prime numbers between number 1 and number 2

Version

1.0 Stable

Technology

  • Assembly Language
  • MIPS MARS
  • Mathematics
  • Algorithms

Installation

You need MARS SDK play the solution.

  • Open Solution File
  • Assemble Solution
  • Navigate Options
  • Insert Values
  • Display Result

License

calculator.asm -- Assembly language calculator.

Copyright (c) 2015, PrinceZUK.

Written by Zakaria hello@princez.uk

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This program is a calculator of various operations has been built using Assembly Language.

About

MIPS Calculator that is written in Assembly Lanugage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors