Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 475 Bytes

SIC-XE ASSEMBLER

Steps to run this assembler::

  1. after cloning the repository , make an empty build in the root folder.

  2. Follow the below command according to the folders they are in , as mentioned:

  • ~/SIC-XE/build$ cmake ..
  • ~/SIC-XE/build$ make
  1. 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