<div dir="ltr">Hello Computer Architecture Class:<div><br></div><div>A question is asked how are we &quot;<span style="font-size:16px">supposed to store a character into an array, or how we designate something as an array&quot;?  Please look at the &quot;Fibonacci.asm&quot; code to see how an array (of words) is allocated.  If you are using characters you will change to words to bytes.</span></div><div><br></div><div>To see &quot;how to store that character into another array&quot; look at the strcpy code in the book. You may assume that the user is always entering 10 characters (not including the \n\0).  There is no need to initialize the arrays.</div><div><br></div><div>Also, I updated the prompt.asm code on the site.</div><div><br></div><div>Best,</div><div>Dianne</div><div><br></div></div>