A Modified Simple Instruction Computer
-
Updated
Dec 22, 2022 - Python
A Modified Simple Instruction Computer
This project simulates the operation of assembling a SIC Program to a machine code
This a project that simulates SIC assembler using Python. It generates an intermediate file in Pass 1 for Pass 2, and Pass 2 generates a listing file and object program. It also shows the program name, program length, program location counter, and list of errors.
Add a description, image, and links to the sic-assembler topic page so that developers can more easily learn about it.
To associate your repository with the sic-assembler topic, visit your repo's landing page and select "manage topics."