Hi all,
I'm new to assembly so I wondering if you can help me out. I have got a simple code and I need to learn how to translate it to assembly.
A Fibonacci number series contains the sum of the last two natural numbers. The series starts from 0.
So, the series will be 0, 1, 1, 2, 3, 5...