Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 386 Bytes

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