/MIPS-Assembler-in-C

An Assembler to read and parse MIPS Assembly code and then generate an output file

Primary LanguageCMIT LicenseMIT

Mips Assembler

============== The assembler will read and parse the contents of a simple MIPS program (program.asm). It then generates an output file (program.out) consisting of data segment and text segment.

Get the Code


$ git clone https://github.com/CodeDroid999/MIPS-Assembler-in-C.git

Run

After compiling, run:
$ ./assembler testfile.asm testfile.txt