Simulation of a two-pass assembler of an SIC Machine using Python
YouTube link: https://www.youtube.com/watch?v=PKys2-8kuiU
How to run the project
- Run the file sic.py
- It will prompt to enter the name of a file
- Enter file name as: CODE1.asm or CODE2.asm or CODE3.asm or CODE4.asm or CODE5.asm
- The output will be displayed and relevant files, containing the object code will be created.