Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 516 Bytes

#SIC/XE Assember with support for control sections

  • Varan Shukla and Hrushikesh Hanbar

->Compile using Standard C++11 compiler, on linux terminal use "g++ -std=c++11 assembler.cpp" .

->Pass 1 argument to the executable file which will be the name of the source code file, for example on linux use "./a.out test.txt" . Input file should be present in the same directory

->Output will stored in file "output.txt" created in the same directory.

->Use the file "test.txt" incase required to test the assembler.