This is a random fun program which has 2 functions fib_even and fib_odd, where fib_even is coded in C lang and fib_odd is coded in nasm (using intel x86_64 calling convention).
The program uses these 2 functions to calculate the nth fibnocci number of an input using mutual reccursion.
To run this program
- Clone the repo
- Compile the project using
make - Run it using
./program