MIPS code
Write MIPS code that generates a sequence according to the following rule:
- The first two numbers of the sequence are 0 and 0.
- The third number of the sequence should be 803.
- The fourth and subsequent numbers of the sequence should be sum of previous three numbers.
- 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.