so I\'m trying to get a Fibonacci sequence going in Assembly. I know how to do it using a simple loop, but I wan\'t it to use recursion in order to get the correct number. I