Status: Tags: Links: Nand2Tetris Unit 4
Nand2Tetris Project 4
Objectives
- Experience low-level programming (hack assembly language and hardware)
Tasks
Write an algebraic and interactive program a;lsdkas;lkas;ldk
Algebraic
Best Practice
Code should be:
- Short
- Efficient
- Elegant
- Self-describing Tips
- Use sensible variables and labels
- LOOP, END, STOP
- Variables are lower, labels are upper
- Indentation
- Start with psuedo code
References: