Interactive MIPS Calculator that is written in Assembly Lanugage
- 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
1.0 Stable
- Assembly Language
- MIPS MARS
- Mathematics
- Algorithms
You need MARS SDK play the solution.
- Open Solution File
- Assemble Solution
- Navigate Options
- Insert Values
- Display Result
calculator.asm -- Assembly language calculator.
Copyright (c) 2015, PrinceZUK.
Written by Zakaria [email protected]
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.