Skip to content

michael21910/mips-fibonacci-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mips Fibonacci Sequence

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.

Things you need to do 📖

  • 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

What will you get 🍦

A juicy output of fibonacci sequence

Demo 👀

mips1

License

MIT © Tsuen Hsueh

About

Implement Fibonacci sequence using MIPS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published