I’m struggling with figuring out how to print the first few terms in the fibonacci sequence using x86 assembly. The Module is ‘Intro to Assembly Language’. The section is ‘’, under ‘Functions’. The exercise is near the very bottom, just above the section questions. I really have no idea how to go about doing this. I tried writing the value in $rbx by pushing it to the top of the stack then moving the $rsp pointer to $rsi. I’m not getting any errors, but nothing is being printed to terminal. If you want to see all the code let me know. I’m really not sure what to specifically ask here.
Its been a bit since I did that section, but feel free to DM me with what you have already.
-onthesauce