Steps to run this assembler::
-
after cloning the repository , make an empty
build
in the root folder. -
Follow the below command according to the folders they are in , as mentioned:
-
~/SIC-XE/build$ cmake ..
-
~/SIC-XE/build$ make
- Paste the input code that you want to execute in the input.txt file and then run the following command:
-
~/SIC-XE/build$ ./assembler ../input.txt ../output.txt