-- C# Usage Instructions --
- Load project into visual studio
- To change the number of fibonacci numbers calculated change the value of n in the Main function
- Run the program
-- MASM Usage Instruction --
- Load project into visual studio
- Navigate to this github and download and follow the setup instructions starting from step 4 https://github.com/meixinchoy/Irvine-library 2.1. Note: For steps 4.2 and 6, we recommend clicking on the dropdown menu and clicking "edit". If you do this omit semicolon
- To change the number of fibonacci numbers calculated change the value of n in the .data section
- Run the program. the value displayed is the nth fibonacci number