CS 2734 Programming Project: MAC-1 Assembler
In this programming project you are to write a MAC-1 assembler
under the following specifications:
If -o is given, the assembler writes the assembled code to filename1, otherwise the assembler writes the assembled code to a.out. If -s is given, the assembler writes the symbol table in ASCII to filename2. The assembled code should be written out in ASCII hex.
.WORD 6
means to set aside 6 memory locations and set the values contained in these locations to zero.
Note: You must hand in completely documented source code for each part by midnight on the Wednesday of the due week.