Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 397 Bytes

SIC-Assembler

A Simplified Instructional Computer (SIC) Assembler in C++ that handles all standard SIC instructions. It reads a source SIC assembly program and generates the object program and the listing file.

--- How to run?

  1. Run main.cpp file
  2. The program will ask to provide the assembly source file.
  3. If file was found and It has true Syntax, two files are provided.