/hack-assembler

This is a simple Hack Assembler for Hack assembly of the hack computer using the Hash Map in C++.

Primary LanguageC++

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