Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nermeenkamal/assembly-tasks
https://github.com/nermeenkamal/assembly-tasks
assembly
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nermeenkamal/assembly-tasks
- Owner: NermeenKamal
- License: mit
- Created: 2024-05-06T05:09:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:58:09.000Z (9 months ago)
- Last Synced: 2024-11-14T19:43:27.703Z (3 months 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
![Screenshot 2024-05-06 164018](https://github.com/NermeenKamal/Assembly-Tasks/assets/114883845/3b1543a3-6152-4b3b-ae9a-79be063eb220)
---
# 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.---