nand2tetris/projects/08/FunctionCalls/FibonacciElement
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.asm [08] Finishes call/init implementation 2020-06-04 15:48:49 +05:30
FibonacciElement.cmp dos2unix 2020-05-19 18:12:52 +05:30
FibonacciElement.out [08] Finishes call/init implementation 2020-06-04 15:48:49 +05:30
FibonacciElement.tst dos2unix 2020-05-19 18:12:52 +05:30
FibonacciElementVME.tst dos2unix 2020-05-19 18:12:52 +05:30
Main.vm dos2unix 2020-05-19 18:12:52 +05:30
Sys.vm dos2unix 2020-05-19 18:12:52 +05:30