Small Model Fibonacci Program

The FIB program generates a Fibonacci sequence using a
recursive program.  This demonstrates how to define a
reentrant function for the C51 compiler.

This version of FIB is designed to run on the Intel 51FX,
151, 251 Eval Board when used with an 8051 or a 151.

The program is already compiled, linked, and ready to run.

To compile and link the program yourself...
  Select the Make: Build Project command from the Project Menu.

To download the program to the Intel Eval Board...
  Select the dScope Debugger command from the Run Menu.


