CS 2734
Computer Organization II
This is the final part of the MAC-1 assembler. Do the following prior to the laboratory.
-o filename1
-s filename2
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 at the end of Pass 1.
The assembled code should be written out in ASCII hex.
Revision Date: 3/30/97