ujjwalll / Two-Pass-Assembler

Two-Pass-Assembler implementation coded in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two Pass Assembler

Our implementation of the assembler is written in Python, and the main code comprises of two passes, where the input code (written in assembly) is given in as input, and the corresponding machine code is produced as a file named output.out Simple Implementation of an Assembler for an Accumulator Architecture Machine that handles basic conversion and variable addressing

Getting Started

Run as follows:

python3 assembler.py input.txt

Built With

  • python

Version Info

Version : 1.0.1

Authors

Acknowledgments

The assembler was built as part of Computer Organisation course at IIIT Delhi

About

Two-Pass-Assembler implementation coded in Python.


Languages

Language:Python 100.0%