Starter repository for Computer Organization, Monsoon 2021 semester, assignment at IIITD
- Add the assembler code in the
Simple-Assembler
directory. Add the commands to execute the assembler inSimple-Assembler/run
. - Add the simulator code in the
SimpleSimulator
directory. Add the commands to execute the assembler inSimpleSimulator/run
. - Make sure that both the assembler and the simulator read from
stdin
. - Make sure that both the assembler and the simulator write to
stdout
.
- Go to the
automatedTesting
directory and execute therun
file with appropiate options passed as arguments. - Options available for automated testing:
--verbose
: Prints verbose output--no-asm
: Does not evaluate the assembler--no-sim
: Does not evaluate the simulator