Skip to content

jpdamon/elements-computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computing

Implementation of the HACK computer, from NAND gates to high-level language. Written with python, and inspired by The Elements of Computing Systems.

project structure:

├── asm: HACK-assembly files
├── assembler: Assemble HACK-assembly files into machine code
├── cpu: HACK cpu architecture including ALU, memory, and logic gates
├── tests: unit tests

To use the assembler: python hack-assemble.py input.asm output.hack

For complete HACK computer specification, see nand2tetris.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published