<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alvin Cheng</title>
    <description>The latest articles on DEV Community by Alvin Cheng (@alvin_cheng_9ebaa4edb9d0a).</description>
    <link>https://dev.to/alvin_cheng_9ebaa4edb9d0a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2502986%2F6123f6f2-7fda-4e50-b733-50902efbf34c.jpg</url>
      <title>DEV Community: Alvin Cheng</title>
      <link>https://dev.to/alvin_cheng_9ebaa4edb9d0a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alvin_cheng_9ebaa4edb9d0a"/>
    <language>en</language>
    <item>
      <title>Jas - My x64 assembler</title>
      <dc:creator>Alvin Cheng</dc:creator>
      <pubDate>Sat, 30 Nov 2024 07:18:12 +0000</pubDate>
      <link>https://dev.to/alvin_cheng_9ebaa4edb9d0a/jas-my-x64-assembler-45hi</link>
      <guid>https://dev.to/alvin_cheng_9ebaa4edb9d0a/jas-my-x64-assembler-45hi</guid>
      <description>&lt;p&gt;Hey all! Hope everyone is doing well!&lt;/p&gt;

&lt;p&gt;So, lately (for the past year or so) I've been learning some basic concepts of the x86 family's instructions and the ELF object file format as a side project. Now I wrote a library that compiles some basic instructions down into a raw ELF binary that ld is willing chew up and for it to spit out an executable file for. The Jas assembler allows computer and low-level enthusiasts to quickly and easily whip out a simple compiler without the hassle of a large and complex library like LLVM. Using my library, I've already written some pretty cool projects such as a very very simple brain f*ck compiler in less than 1MB that compiles down to a x64 ELF object file - Check it out here &lt;a href="https://github.com/cheng-alvin/brainfry" rel="noopener noreferrer"&gt;https://github.com/cheng-alvin/brainfry&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to contribute to the repo: &lt;a href="https://github.com/cheng-alvin/jas" rel="noopener noreferrer"&gt;https://github.com/cheng-alvin/jas&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Join the discord as well! &lt;a href="https://discord.gg/Qncj5RJbfK" rel="noopener noreferrer"&gt;https://discord.gg/Qncj5RJbfK&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks, Alvin&lt;/p&gt;

</description>
      <category>assembly</category>
      <category>c</category>
      <category>cpp</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
