An open API service indexing awesome lists of open source software.

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.

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