Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 837 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 837 Bytes

2-pass Assembler[WIP]

It consists of a assembly code compiler that compiles the assembly code and converts it to machine code. On compilation machine.txt and label.txt files are automatically generated which consists of machine code and symbol table respectively.

Project Problem Statement

COA Problem Statement.

Proposed Solution PPT

COA Solution PPT.

Code

The actual C code is present in the Assembler directory. code.c converts the mnemonic code to binary code. Whereas code2.c takes binary machine instructions as an input and produces the final output.

Contributors

Vishal Sanghai. Yash Jain. Yash Khandelwal. Rahul Dugar.