Free online tool to view and analyze Hack assembly files (.hack, .hh) with syntax highlighting.
FAQ
What is a .hack file?
A .hack file contains machine language code for the Hack computer platform, which is part of the Nand2Tetris course. It consists of 16-bit binary instructions.
Is my file uploaded to a server?
No, all processing happens locally in your browser. Your files never leave your computer.
Can I edit the files in this viewer?
Currently this is a read-only viewer. For editing, you should use a text editor or IDE.
What's the difference between .hack and .hh files?
.hack files typically contain binary machine code, while .hh files often contain Hack assembly code. This viewer supports both formats.