$24
Description: Write a program that uses a loop to calculate the first seven values in the Fibonacci number sequence { 1,1,2,3,5,8,13 }.Place each value in the EAX register and display it with a call DumpRegs statement inside the loop.
Starting from: $24