Skip to content

The program executes a set of instructions as well as converts them to binary while also plotting the sections of memory being accessed over time.

Notifications You must be signed in to change notification settings

kaif2106/CustomISA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CO M21 Assignment

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.

How to evaluate

  • Go to the automatedTesting directory and execute the run file with appropiate options passed as arguments.
  • Options available for automated testing:
    1. --verbose: Prints verbose output
    2. --no-asm: Does not evaluate the assembler
    3. --no-sim: Does not evaluate the simulator

About

The program executes a set of instructions as well as converts them to binary while also plotting the sections of memory being accessed over time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published