https://github.com/nermeenkamal/assembly-tasks
https://github.com/nermeenkamal/assembly-tasks
assembly
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nermeenkamal/assembly-tasks
- Owner: NermeenKamal
- License: mit
- Created: 2024-05-06T05:09:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:58:09.000Z (about 2 years ago)
- Last Synced: 2025-03-04T10:30:57.989Z (over 1 year ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---
# Assembly Tasks Repository
This repository contains assembly language programming tasks implemented using the MARS (MIPS Assembler and Runtime Simulator) simulator (Mars4_4.jar).
### Features:
- Implementation of various assembly language tasks
- Tasks include:
- Basic arithmetic operations
- Array manipulation
- String manipulation
- Control structures (loops, conditional statements)
- Function calls and parameter passing
### Technologies Used:
- MARS (MIPS Assembler and Runtime Simulator)
- Assembly language
### How to Use:
1. Clone the repository.
2. Download the Mars4_4.jar program from the official website: http://courses.missouristate.edu/KenVollmar/mars/
3. Open the Mars4_4.jar program.
4. Open the `.asm` files in the MARS simulator.
5. Assemble and run the code to see the results.
### Additional Information:
- This repository was created for learning and practicing assembly language programming.
- Feel free to explore the code and contribute to the repository.
---