Add link to fix in RAM16K

This commit is contained in:
Nemo 2020-05-29 02:42:17 +05:30
parent cd62be71a3
commit a95ee0cfce
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ The Program Counter was tricky. I ended up using a Or8Way (instead of a `Or3Way`
## Fill.asm
Figured out that my RAM16K implementation was wrong while working on this. The rough pseudocode would be:
Figured out [that my RAM16K implementation was wrong](https://github.com/captn3m0/nand2tetris/commit/90526cc036a93683f3fa335aae70cc17c787e5a5) while working on this. The rough pseudocode would be:
```c
int r0=*screen;
while(true) {