nand2tetris/projects/08/FunctionCalls
Nemo 286df5b147 [08] Finishes call/init implementation
Found 2 bugs:

0. ic+=10 is incorrect jump for the boolean compare methods
1. Another bug was in the write() method, which was increasing the instruction
counter even for label commands, which aren't supposed to do that.

Another minor issue in my interpretation of the "call" to `Sys.init`
which I was so far just doing via a jump. Changed that to a proper call
2020-06-04 15:48:49 +05:30
..
FibonacciElement [08] Finishes call/init implementation 2020-06-04 15:48:49 +05:30
NestedCall dos2unix 2020-05-19 18:12:52 +05:30
SimpleFunction [08] Fixes frame restoration, so return works properly now 2020-06-04 15:48:35 +05:30
StaticsTest dos2unix 2020-05-19 18:12:52 +05:30