Simulação de uma calculadora em assembly MIPS para o primeiro trabalho prático da disciplina de Organização e Arquitetura de Computadores do ICMC - USP
-
Updated
Jun 5, 2023 - Assembly
Simulação de uma calculadora em assembly MIPS para o primeiro trabalho prático da disciplina de Organização e Arquitetura de Computadores do ICMC - USP
A basic MIPS-based Calculator, that would ask for an input from the user, then the program will convert that input into Postfix first and display it. Afterwards, assess the original input from the user and perform the following operations (based on what was inputted): Addition, Subtraction, Multiplication, Division. Then, output the result.
Add a description, image, and links to the mips-calculator topic page so that developers can more easily learn about it.
To associate your repository with the mips-calculator topic, visit your repo's landing page and select "manage topics."