|
It has taken me more than 2 months but I finally have a program that generates asm instructions that finish correctly!
When starting this project and running CPU Emulator with initial attempts, I had no idea what was not working.
One thing I did was make a simpler project (TestProjectParts) that doesn't have the complexity of FibonacciElement, which has about 17 changes in the Call Stack. I needed to see the mechanics of a single call, function, and return before proceeding with multiples in FE.
In the process, I've learned more about Python as I've written several major versions.
I need a vacation!
|