<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'What's the best Assembler compiler??' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'What's the best Assembler compiler??' posted on the 'x86 Assembly' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Thu, 24 May 2012 01:26:15 -0700</pubDate>
    <lastBuildDate>Thu, 24 May 2012 01:26:15 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346161/whats-the-best-assembler-compiler/</link>
      <description>Hello&lt;br /&gt;
&lt;br /&gt;
i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.&lt;br /&gt;
&lt;br /&gt;
Bye!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346161/whats-the-best-assembler-compiler/</guid>
      <pubDate>Mon, 02 Oct 2006 19:32:37 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346184/re-whats-the-best-assembler-compiler/#346184</link>
      <description>: Hello&lt;br /&gt;
: &lt;br /&gt;
: i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.&lt;br /&gt;
: &lt;br /&gt;
: Bye!&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
FASM is the way to go:&lt;br /&gt;
&lt;a href="http://flatassembler.net/"&gt;http://flatassembler.net/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Btw, technically an &lt;strong&gt;assembler&lt;/strong&gt; is for processing assembly code and a &lt;strong&gt;compiler&lt;/strong&gt; is for processing high(er)-level code(C/C++, Delphi, VB etc.).&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346184/re-whats-the-best-assembler-compiler/#346184</guid>
      <pubDate>Tue, 03 Oct 2006 05:58:18 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346198/re-whats-the-best-assembler-compiler/#346198</link>
      <description>: : Hello&lt;br /&gt;
: : &lt;br /&gt;
: : i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.&lt;br /&gt;
: : &lt;br /&gt;
: : Bye!&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: FASM is the way to go:&lt;br /&gt;
: &lt;a href="http://flatassembler.net/"&gt;http://flatassembler.net/&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: Btw, technically an &lt;strong&gt;assembler&lt;/strong&gt; is for processing assembly code and a &lt;strong&gt;compiler&lt;/strong&gt; is for processing high(er)-level code(C/C++, Delphi, VB etc.).&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
But technically it's compiling the source code, and thus it should be a compiler. WTF&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346198/re-whats-the-best-assembler-compiler/#346198</guid>
      <pubDate>Tue, 03 Oct 2006 10:41:19 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346259/re-whats-the-best-assembler-compiler/#346259</link>
      <description>: : &lt;br /&gt;
: : Btw, technically an &lt;strong&gt;assembler&lt;/strong&gt; is for processing assembly code and a &lt;strong&gt;compiler&lt;/strong&gt; is for processing high(er)-level code(C/C++, Delphi, VB etc.).&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: But technically it's compiling the source code, and thus it should be a compiler. WTF&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
Yep, an assembler is indeed a primitive compiler, but I believe it`s best to refer to asm compilers as assemblers for better distinction at least.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346259/re-whats-the-best-assembler-compiler/#346259</guid>
      <pubDate>Wed, 04 Oct 2006 05:09:13 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346261/re-whats-the-best-assembler-compiler/#346261</link>
      <description>: : : &lt;br /&gt;
: : : Btw, technically an &lt;strong&gt;assembler&lt;/strong&gt; is for processing assembly code and a &lt;strong&gt;compiler&lt;/strong&gt; is for processing high(er)-level code(C/C++, Delphi, VB etc.).&lt;br /&gt;
: : : &lt;br /&gt;
: : &lt;br /&gt;
: : But technically it's compiling the source code, and thus it should be a compiler. WTF&lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: Yep, an assembler is indeed a primitive compiler, but I believe it`s best to refer to asm compilers as assemblers for better distinction at least.&lt;br /&gt;
: &lt;br /&gt;
Well FASM seems to be a good assembler.&lt;br /&gt;
&lt;br /&gt;
If someone knows some other, make me know! :)&lt;br /&gt;
&lt;br /&gt;
(hey people sorry if my english is wrong, it's not my native language)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346261/re-whats-the-best-assembler-compiler/#346261</guid>
      <pubDate>Wed, 04 Oct 2006 05:32:42 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346265/re-whats-the-best-assembler-compiler/#346265</link>
      <description>: : &lt;br /&gt;
: Well FASM seems to be a good assembler.&lt;br /&gt;
: &lt;br /&gt;
: If someone knows some other, make me know! :)&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;There are: Nasm, Tasm, GoAsm, Masm, Gasm and maybe some others. You can look them up from Google.&lt;br /&gt;
Frankly, I`d say Fasm is the best pick, but it`s up to you..&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: (hey people sorry if my english is wrong, it's not my native language)&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;So far, Your english is just fine&lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346265/re-whats-the-best-assembler-compiler/#346265</guid>
      <pubDate>Wed, 04 Oct 2006 06:01:14 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346315/re-whats-the-best-assembler-compiler/#346315</link>
      <description>: : : &lt;br /&gt;
: : Well FASM seems to be a good assembler.&lt;br /&gt;
: : &lt;br /&gt;
: : If someone knows some other, make me know! :)&lt;br /&gt;
: : &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;There are: Nasm, Tasm, GoAsm, Masm, Gasm and maybe some others. You can look them up from Google.&lt;br /&gt;
: Frankly, I`d say Fasm is the best pick, but it`s up to you..&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: : (hey people sorry if my english is wrong, it's not my native language)&lt;br /&gt;
: : &lt;br /&gt;
: &lt;span style="color: Blue;"&gt;So far, Your english is just fine&lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;FASM is indeed the king!&lt;br /&gt;
Also, I am writing some cool tools for FASM.&lt;br /&gt;
&lt;img src="http://www.programmersheaven.com/images/Community/smile.gif" width="15" height="15" alt="" /&gt;&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346315/re-whats-the-best-assembler-compiler/#346315</guid>
      <pubDate>Wed, 04 Oct 2006 19:35:01 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
    <item>
      <title>Re: What's the best Assembler compiler??</title>
      <link>http://www.programmersheaven.com/mb/x86_asm/346161/346810/re-whats-the-best-assembler-compiler/#346810</link>
      <description>: Hello&lt;br /&gt;
: &lt;br /&gt;
: i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.&lt;br /&gt;
: &lt;br /&gt;
: Bye!&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
There is a nice list of them here:&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/List_of_assemblers"&gt;http://en.wikipedia.org/wiki/List_of_assemblers&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and a nice discussion about them here:&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Assembly_language#Assembler"&gt;http://en.wikipedia.org/wiki/Assembly_language#Assembler&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ASSEMBLY LANGUAGE information, tools, forums, and other links available at:&lt;br /&gt;
&lt;a href="http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html"&gt;http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/x86_asm/346161/346810/re-whats-the-best-assembler-compiler/#346810</guid>
      <pubDate>Fri, 13 Oct 2006 19:12:19 -0700</pubDate>
      <category>x86 Assembly</category>
    </item>
  </channel>
</rss>
