Welcome to the MIPS Assembly Scripting project! This repository contains a collection of MIPS assembly language scripts that cover a wide range of fundamental arithmetic and mathematical operations. Whether you're new to MIPS assembly or looking to explore advanced calculations, this project provides a valuable resource for learning and experimentation.
This project includes a variety of MIPS assembly programs that demonstrate essential arithmetic and mathematical operations, including:
-
Basic Arithmetic: Addition and subtraction operations to perform simple calculations.
-
Division: Implementation of division operations, including handling remainders.
-
Power Calculation: Calculate powers and exponents efficiently.
-
Factorial: Compute factorials of numbers using iterative or recursive methods.
-
Backward Addition: A unique algorithm that performs addition in a reverse order.
To run the MIPS assembly scripts in this project, you'll need:
- A MIPS assembly simulator or emulator, such as SPIM or MARS, installed on your computer.
![image](https://private-user-images.githubusercontent.com/129176302/270110354-6a19c672-12ae-41a3-9ae0-8d4a3cc8488f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTI0MzMsIm5iZiI6MTczODk1MjEzMywicGF0aCI6Ii8xMjkxNzYzMDIvMjcwMTEwMzU0LTZhMTljNjcyLTEyYWUtNDFhMy05YWUwLThkNGEzY2M4NDg4Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxODE1MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NTYxZDBkNzAyNjI0YTAxNTMyOGY2NGZjY2E1ZjJjY2ZiM2IzOGI2NTQ4NzU4MmU0ZGQzMTg3ZDAxZDIzNThiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.VQp6bnyPU3SaQUQMoMrKAK_v9Gro3k_WlQqvOhW3w5U)