Run assembler with a input file. Could turn on debuging to see more contents of the instructions.
Compile all the files: "make assembler"
To run the program: "./assembler "
If you want to turn on debugging enter: "./assembler 1" or "./assembler 1 " For example: "./assembler Chou.mips 1"
Read MIPS instructions and generate corresponding machine language instructions.
Chau Ta
Reason: Update top-of-file comments and internal comments.
Include signed version of printInt in PrintAsBinary
Reason: Accidentally git reset --hard
Reason: Include new version of printAsBinary, testPrintAsBinary
assembler.h (include checking range for signed and
unsigned numbers).
Modify pass2 with signed and unsigned numbers