Hack Computer Assembler using hash map in c++. I have two tasks.
In task 1, I just implemented sample hac-assembly without symbols like variable, builtin symbols and labels.
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