Write MIPS code that generates a sequence according to the following rule: The first two numbers of the sequence are 0 and 0.

Words: 70
Pages: 1
Subject: Uncategorized

Write MIPS code that generates a sequence according to the following rule:
1. The first two numbers of the sequence are 0 and 0.
2. The third number of the sequence should be 803.
3. The fourth and subsequent numbers of the sequence should be sum of previous three numbers.
4. The last number in the sequence should be less than 10e6 (10 million). In other words, the
next higher number in series will become greater than 10e6.