============== 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.
$ git clone https://github.com/CodeDroid999/MIPS-Assembler-in-C.git
After compiling, run:
$ ./assembler testfile.asm testfile.txt