Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/setanta/hackassemblereditor
GUI Editor for the Hack assembly language, written in C++ with Qt 5.
https://github.com/setanta/hackassemblereditor
Last synced: 3 months ago
JSON representation
GUI Editor for the Hack assembly language, written in C++ with Qt 5.
- Host: GitHub
- URL: https://github.com/setanta/hackassemblereditor
- Owner: setanta
- License: mit
- Created: 2016-09-15T01:39:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T13:16:04.000Z (about 7 years ago)
- Last Synced: 2024-07-17T18:56:20.517Z (4 months ago)
- Language: C++
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- starred-awesome - hackassemblereditor - GUI Editor for the Hack assembly language, written in C++ with Qt 5. (C++)
README
# HackAssemblerEditor
GUI Editor for the Hack assembly language, written in C++ with Qt 5.This is based on the Hack language from the excellent book [The Elements of Computing Systems](http://www.nand2tetris.org/book.php).
See [Chapter 4: Machine Language](http://www.nand2tetris.org/chapters/chapter%2004.pdf) for a detailed explanation of the Hack Language.