Skip to content

Course Project for Computer Organisation (CSE-112) Course at IIITD, Winter'21

License

Notifications You must be signed in to change notification settings

arnav10goel/Computer-Organisation-Project

Repository files navigation

Computer-Organisation-Project

CSE 112 - Course Project by Arnav Goel (2021519)

Made a Simple Assembler and Simulator based on a custom ISA using Python.

Instructions for Run File:

All the run files need to be granted permission/privelidge for execution. Eg. for Linux-systems, go to the folder of each run file using bash/terminal and write "chmod +x run" {without quotes}.

To run the results for your assembler, go to Automated Testing folder and open bash/terminal. Assuming you have granted required permisions to the run file, type "./run --no-sim" {without quotes}.

To run the results for your simulator, go to Automated Testing folder and open bash/terminal. Assuming you have granted required permisions to the run file, type "./run --no-asm" {without quotes}.

To run the results for both,, the assembler and the simulator, go to Automated Testing folder and open bash/terminal. Assuming you have granted required permisions to the run file, type "./run" or "./run --verbose" [for verbose output] {without quotes}.


About

Course Project for Computer Organisation (CSE-112) Course at IIITD, Winter'21

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published