Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 415 Bytes

File metadata and controls

7 lines (7 loc) · 415 Bytes

hack-assembler

Hack Computer Assembler using hash map in c++. I have two tasks.

Task 1

In task 1, I just implemented sample hac-assembly without symbols like variable, builtin symbols and labels.

Task 2

While in task 2, I have designed two pass assembler. In first pas I have initilized all symbols line variable, builtin symbols and labels. And during second pas, I just obtained binary just like task 1