<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Assembly-File-IO on Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
    <link>https://netacoding.com/tags/assembly-file-io/</link>
    <description>Recent content in Assembly-File-IO on Netacoding | Cybersecurity, Assembly &amp; Network Research</description>
    <image>
      <title>Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
      <url>https://netacoding.com/img/logo-netacoding.png</url>
      <link>https://netacoding.com/img/logo-netacoding.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 27 Mar 2026 11:27:01 +0300</lastBuildDate>
    <atom:link href="https://netacoding.com/tags/assembly-file-io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux x64 Assembly Syscall ABI: Registers, File Descriptors &amp; .bss Segment | open, read, write, exit</title>
      <link>https://netacoding.com/posts/syscall-bss/</link>
      <pubDate>Fri, 27 Mar 2026 11:27:01 +0300</pubDate>
      <guid>https://netacoding.com/posts/syscall-bss/</guid>
      <description>Linux x64 syscall ABI: RAX=syscall ID, RDI=first arg, RSI=second arg, RDX=third arg. Covers sys_open(2), sys_read(0), sys_write(1), sys_close(3), sys_exit(60) with file descriptor lifecycle, .bss vs .data memory tradeoffs, and a complete file reader implementation in pure x64 Assembly without libc.</description>
    </item>
  </channel>
</rss>
