[07] scaffold

This commit is contained in:
Nemo 2020-05-31 03:31:27 +05:30
parent 26f427a8ad
commit 09cd6d9eb0
1 changed files with 13 additions and 0 deletions

View File

@ -89,3 +89,16 @@ Counting number of instructions by `wc -l $file.hack`
- [x] `Max.asm`
- [x] `Rect.asm`
- [x] `Pong.asm`
## [Project 6: Virtual Machine I - Stack Arithmetic](https://www.nand2tetris.org/project07)
### Arithmetic Commands
- [ ] SimpleAdd.vm
- [ ] StackTest.vm
### Memory Access Commands
- [ ] BasicTest.vm
- [ ] PointerTest.vm
- [ ] StackTest.vm