Posts
Nth Fibonacci Number
An x86 MASM assembly program that calculates and displays the nth Fibonacci number, demonstrating basic assembly programming concepts and memory management.

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.