/Assembler-Simulator

Python Script written to interpret and simulate Assembly code. Done as the Final Project for the Course Computer Organisation(CSE112).

Primary LanguagePython

CO Group Project

Running manual test cases

For testing the assembler, change to the 'Simple-Assembler' directory.
Then give the run file executable privileges by running:

$chmod +x run

Now you can start the assembler with:

$./run

Automated Testing

Use the automated testing framework.