Implement Fibonacci sequence using MIPS
The code file fibonacci sequence-1 directly outputs the numbers.
On the other hand, the other code file fibonacci sequence-2 saves the number into the data segment first.
- Clone this repository
git clone https://github.com/michael21910/mips-fibonacci-sequence.git - Run the assembly code on IDE, I use MARS often
- The number of the fibonacci sequence output might be different according to your input
A juicy output of fibonacci sequence
MIT © Tsuen Hsueh