Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/locus-x64/hack-assembler

This is a simple Hack Assembler for Hack assembly of the hack computer using the Hash Map in C++.
https://github.com/locus-x64/hack-assembler

cpp hack-assembler hack-assembly

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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*