Skip to content

ujjwalll/Two-Pass-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages