Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 570 Bytes

Assembler_Python

Assembler created in Python - CSE112 Project 01

11/3/20 -- 12:15 AM First pass is mostly done The code creates a label and variable dictionary 8 bit random address assigning is done to variables virtual address 8 bit address is assigned to labels on basis of its LC where it was found

11/3/20 -- 01:14 AM Second pass is mostly done The code is going to generate a new file in which the corresponding machine code is written error handling is yet to be done

12/3/20 -- 01:06 AM error handling for first pass is done