💻 Code Smarter, Spend Less! Use code OCT25 to get 30% OFF all Solved Assignments — Limited Time Only!
Starting from:
$30

$19

Write a program that uses a loop to calculate the first seven values


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.