<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Computing the Euclidean Algorithm in raw ARM Assembly</title>
        <link>https://tube.ekaii.fr/videos/watch/f32b9161-78cf-4bf7-b90d-650896ba38b1</link>
        <description>In this video, we translate C++ into equivalent ARM assembly code to compute the GCD of two numbers (also known as the Euclidean Algorithm). We visualize our completed GCD calculator on a raspberry pi.Timestamp: 00:00 Intro 00:44 C++ Equivalent 02:26 Base Case in ASM 04:36 Writing Comparison 05:26 Recursive Case 07:29 Manual Creation of a Modulus 09:10 Calling the function 10:11 Compiling and Running Code 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=665rzOSSxWA</description>
        <lastBuildDate>Sun, 21 Jun 2026 21:26:35 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.ekaii.fr</generator>
        <image>
            <title>Computing the Euclidean Algorithm in raw ARM Assembly</title>
            <url>https://tube.ekaii.fr/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://tube.ekaii.fr/videos/watch/f32b9161-78cf-4bf7-b90d-650896ba38b1</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=f32b9161-78cf-4bf7-b90d-650896ba38b1" rel="self" type="application/rss+xml"/>
    </channel>
</rss>