Sic/Xe project

Job ID: 32107500

Budget: $30 – $250 USD

Write a program to simulate the SIC/XE first pass assembler. It takes as input a text file (in.txt) that contains an assembly program written in SIC/XE assembly language.
Pass 1
Pass 1 should read the input file and produce: Location Counter for all program lines followed by the generation of the symbol table
The program should produce as output:
- (out.txt) that contains the corresponding location counter of the input program
- (symbTable.txt) that contains the symbol table output of the input program