/two-pass-assembler

Simulation of a two pass assembler

Primary LanguagePython

two-pass-assembler

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

  1. Run the file sic.py
  2. It will prompt to enter the name of a file
  3. Enter file name as: CODE1.asm or CODE2.asm or CODE3.asm or CODE4.asm or CODE5.asm
  4. The output will be displayed and relevant files, containing the object code will be created.