/SIC

SIC Assembler written in C++

Primary LanguageC++

SIC implementation through C++
------------------------------

FILES:
'code.txt':PUT YOUR INPUT CODE IN THIS FILE.

or you can use line by line input by uncommenting c.readinput() command in the main function.

Run the program and open 'objectcode.txt'.

'AssemblerListing.txt' contains the addresses and  object codes of each line.

'intermediate.txt' stores the Pass 1 result.

You can use the code from 'example.txt' for testing.

MADE BY : KAKUL CHANDDRA
          CSE IInd YEAR A batch
          12114032
-------------------------------