<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Using Recursion in ARM Assembly to compute the Fibonacci Sequence</title>
        <link>https://tube.ekaii.fr/videos/watch/7acca451-aee5-4293-b906-7676ad9305a4</link>
        <description>In this video, we implement a recursive algorithm in pure assembly. We write a method in ARMv7 assembly code to compute nth term of the Fibonacci sequence. Timestamp: 00:00 Intro 03:01 Base case vs Recursive Case 03:49 Base Case Overview 04:31 Recursive Case Overview 05:51 Filling out Base Case 07:05 Filling out Recursive Case 08:51 Saving (n-1) to the stack 10:17 Calculating Fibonacci (n-2) 11:49 Sum of calculated values 12:43 Assembling Program 14:05 Visualizing Output Links Mentioned in Video: https://github.com/LaurieWired/Assembly-Algorithms laurieWIRED Twitter: https://twitter.com/lauriewired laurieWIRED Website: http://lauriewired.com laurieWIRED Github: https://github.com/LaurieWired laurieWIRED HN: https://news.ycombinator.com/user?id=lauriewired laurieWIRED Reddit: https://www.reddit.com/user/LaurieWired — mirrored from https://www.youtube.com/watch?v=rGg94EDHl6I</description>
        <lastBuildDate>Sun, 21 Jun 2026 21:06:31 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.ekaii.fr</generator>
        <image>
            <title>Using Recursion in ARM Assembly to compute the Fibonacci Sequence</title>
            <url>https://tube.ekaii.fr/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://tube.ekaii.fr/videos/watch/7acca451-aee5-4293-b906-7676ad9305a4</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.ekaii.fr/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.ekaii.fr/feeds/video-comments.xml?videoId=7acca451-aee5-4293-b906-7676ad9305a4" rel="self" type="application/rss+xml"/>
    </channel>
</rss>