Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 831 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 831 Bytes

Psudo Assembler - convert Psudo assembly languge to machine code

Purpose

To convert Psedo assembly language to machine code using - 2 pass assembler.

Why?

college project 😅 system programming assignment

Extra work

  1. Did multi file project

  2. Made a module

  3. Used git as much as possible

Things Learned

  1. Multi File Project

  2. User Module

  3. Custom Exception

  4. Annotation

  5. File line Editing(not replacing the whole file) using fileinputmodule

  6. Learned os.path library

  7. Learned Warnings module use


For information on design check Architecture page

Programming language used - Python

Using Assembler convert assembly languge to Machine code