Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 863 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 863 Bytes

Assembly Code Simulator

Starter repository for Computer Organization, Monsoon 2021 semester, assignment at IIITD

Adding code

  • Add the assembler code in the Simple-Assembler directory. Add the commands to execute the assembler in Simple-Assembler/run.
  • Add the simulator code in the SimpleSimulator directory. Add the commands to execute the assembler in SimpleSimulator/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.