Skip to content

This repository contains the implementation of a custom assembler and simulator for a 16-bit Instruction Set Architecture (ISA), developed as part of the CSE112: Computer Organization course at IIIT-Delhi.

Notifications You must be signed in to change notification settings

manavmittal05/Assembler-Simulator

Repository files navigation

Assembler-Simulator

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

This repository contains the implementation of a custom assembler and simulator for a 16-bit Instruction Set Architecture (ISA), developed as part of the CSE112: Computer Organization course at IIIT-Delhi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published