Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-23 | Added an example program fib.c | Aryadev Chavali | |
This is simply a program with an embedded set of instructions which indefinitely computes and prints fibonacci numbers, computing them in pairs. Does it completely through the virtual machine rather than just hard C instructions. Also amended the Makefile to compile it. Required moving the main.c object file into the dependencies of $(DIST)/$(OUT). I should track the dependencies for fib.c and main.c as well. |