Skip to content

0xadeeb/Fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci program

Intro

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.

Instruction

To run this program

  1. Clone the repo
  2. Compile the project using make
  3. Run it using ./program

About

Fun program to learn intel calling convention

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published