https://github.com/mrahmed14/mips-mini-assembler
A mini-assembler for MIPS R3000 that converts supported instructions into machine code represented in hexadecimal format.
https://github.com/mrahmed14/mips-mini-assembler
assembler c mips mips-architecture mips-assembly
Last synced: 2 months ago
JSON representation
A mini-assembler for MIPS R3000 that converts supported instructions into machine code represented in hexadecimal format.
- Host: GitHub
- URL: https://github.com/mrahmed14/mips-mini-assembler
- Owner: MrAHMED14
- Created: 2023-12-28T00:11:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T15:22:00.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:42:28.523Z (over 1 year ago)
- Topics: assembler, c, mips, mips-architecture, mips-assembly
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a Mini-Assembler for MIPS.
Which converts supported instructions into machine code written in hexadecimal value.
## Supports instruction :
- add - sub - srl - sll - and - or - jr
- la - lw - sw - addi - andi - ori - lui - slti - beq - bne
- j - jal
## How to use :
- In code blocks ide open "Mini Assembleur.cbp" compile and run it
- The assembly code file are located in the "Assembly File" folder in "main.txt" (don't delete this file)
- The output file is located in the "Output" folder