Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/locus-x64/hack-assembler
- Owner: locus-x64
- Created: 2020-12-26T21:47:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T14:16:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T07:41:33.926Z (3 months ago)
- Topics: cpp, hack-assembler, hack-assembly
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*