Fibonacci Series in 8085 Microprocessor
By Asim Krishna Prasad
Posted on 22/11/15
Tag :
8085
In this post I have coded fibonacci program for 8085 microprocessor.
One can use GNU simulator to run this program.
Logic for the program is quite simple. We keep iterating on the list and generate the next number.
The program makes a list of fibonacci numbers.
Hope it helps :)
COMMENTS :