Skip to content

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

License

Notifications You must be signed in to change notification settings

CodeDroid999/MIPS-Assembler-in-C

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published