- The code is written in python, and we test them on Windows via VSCode;
- The source code is in "src" folder, and the main file is named by "main.py", and input document is named by "TestCase#.txt", which is placed in "input" folder.
- To execute the code, git clone this repo, and run the main function in the main file.
- The output of the program will be displayed on the terminal screen, and includes instruction cycle count, ARF, memory value, and it will also display the detail logging of each cycle.