<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ABI on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/abi/</link><description>Recent content in ABI on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 03 Nov 2025 01:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/abi/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 15: Advanced Topics: Linking C with Assembly Language</title><link>https://ai-blog.noorshomelab.dev/c-programming-guide/linking-c-with-assembly/</link><pubDate>Mon, 03 Nov 2025 01:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/c-programming-guide/linking-c-with-assembly/</guid><description>&lt;h1 id="chapter-15-advanced-topics-linking-c-with-assembly-language"&gt;Chapter 15: Advanced Topics: Linking C with Assembly Language&lt;/h1&gt;
&lt;p&gt;At the heart of low-level programming lies the ability to interact directly with the hardware and exploit the full potential of the CPU. While C provides excellent control, there are times when even C isn&amp;rsquo;t &amp;ldquo;low-level enough.&amp;rdquo; This is where &lt;strong&gt;Assembly Language&lt;/strong&gt; comes in.&lt;/p&gt;
&lt;p&gt;Assembly language is a human-readable representation of the machine code instructions that a processor executes. Linking C with Assembly allows you to:&lt;/p&gt;</description></item></channel></rss>