Download link:# Assignment 2 – Assembly Language0
Description
5/5 – (2 votes)
Question 1
Question ****5 pts
Write a SIC/XE program to computer the first 15 terms of a Fibonacci sequence, and store them in an array at the top of your program.
Fibonacci Sequence:
Each term is the sum of the previous two terms
0, 1, 1, 2, 3, 5, 8, 13, 21, 34…
Upload your program as a text file