Nth Fibonacci Number
Published: October 7, 2017 | Last Modified: May 13, 2025
Categories: MASM
This is my first x86 MASM program. As the title states, this program outputs a Fibonacci number that corresponds to an input value of n. I’m not happy with its current state because it is constantly swapping between the memory and registers.