Assignment 2 – Assembly Language0

22 阅读1分钟

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

0Fibonacci15Q5.txt

(https://sjsu.instructure.com/files/71844173/download)