<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Wanted: C Compiler</title>
      <link>http://ask.metafilter.com/47383/Wanted-C-Compiler/</link>
      <description>Comments on Ask MetaFilter post Wanted: C Compiler</description>
	  	  <pubDate>Tue, 26 Sep 2006 22:49:53 -0800</pubDate>
      <lastBuildDate>Tue, 26 Sep 2006 22:49:53 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Wanted: C Compiler</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler</link>	
  	<description>Does anybody know of a free C compiler for DOS that generates 16-bit code and allows in-line assembly?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.47383</guid>
  	<pubDate>Tue, 26 Sep 2006 22:40:53 -0800</pubDate>
  	<dc:creator>iconjack</dc:creator>
	
	<category>C</category>
	
	<category>compiler</category>
	
	<category>free</category>
	
	<category>16-bit</category>
	
</item>
<item>
  	<title>By: hattifattener</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721186</link>	
  	<description>By &lt;q&gt;16-bit code&lt;/q&gt;, do you mean something that can run on an 80286 / 8086 / 8088, or something else?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721186</guid>
  	<pubDate>Tue, 26 Sep 2006 22:49:53 -0800</pubDate>
  	<dc:creator>hattifattener</dc:creator>
</item>
<item>
  	<title>By: hattifattener</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721197</link>	
  	<description>The &lt;a href=&quot;http://elks.sourceforge.net/FAQ-English.html&quot;&gt;ELKS project&lt;/a&gt; has a cross-compiler targeting 8086s and 286s, in freestanding mode but maybe there&apos;s a DOS libc available. &lt;a href=&quot;http://www.eunet.bg/simtel.net/msdos/c.html&quot;&gt;This mirror of the old SIMTEL archive&lt;/a&gt; has a few compilers. &lt;b&gt;pcc&lt;/b&gt; was targeted to DOS at one point, I think; you should be able to find a copy of that somewhere.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721197</guid>
  	<pubDate>Tue, 26 Sep 2006 23:06:01 -0800</pubDate>
  	<dc:creator>hattifattener</dc:creator>
</item>
<item>
  	<title>By: Jon Mitchell</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721208</link>	
  	<description>I used to use Turbo Pascal when I was learning to program 16 bit assembly - the inline assembler was particularly easy to use.&lt;br&gt;
&lt;br&gt;
They&apos;ve released the &apos;C&apos; equivalent as &lt;a href=&quot;http://www.pitt.edu/~stephenp/misc/downloadTC.html&quot;&gt;freeware...&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721208</guid>
  	<pubDate>Tue, 26 Sep 2006 23:35:49 -0800</pubDate>
  	<dc:creator>Jon Mitchell</dc:creator>
</item>
<item>
  	<title>By: majick</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721209</link>	
  	<description>&lt;a href=&quot;http://community.borland.com/article/0,1410,20841,00.html&quot;&gt;Borland Turbo C 2.01&lt;/a&gt; is free and &amp;quot;Supports inline assembly&amp;quot;.&lt;br&gt;
&lt;br&gt;
I only used Turbo C up to 1.5, myself, but I&apos;d imagine the later version is just as good.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721209</guid>
  	<pubDate>Tue, 26 Sep 2006 23:36:44 -0800</pubDate>
  	<dc:creator>majick</dc:creator>
</item>
<item>
  	<title>By: orthogonality</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721211</link>	
  	<description>Look &lt;a href=&quot;http://www.thefreecountry.com/compilers/cpp.shtml&quot;&gt;here&lt;/a&gt;, I can&apos;t tell if DeSmet generates 16-bit.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721211</guid>
  	<pubDate>Tue, 26 Sep 2006 23:39:21 -0800</pubDate>
  	<dc:creator>orthogonality</dc:creator>
</item>
<item>
  	<title>By: majick</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721215</link>	
  	<description>If you want something a bit more modern, &lt;a href=&quot;http://www.openwatcom.org/index.php/Main_Page&quot;&gt;OpenWatcom&lt;/a&gt; has a 16-bit target mode, but I think the compiler itself is 32 bit code (or it was last I looked at it years ago).&lt;br&gt;
&lt;br&gt;
If you want something even more old-school, there&apos;s &lt;a href=&quot;http://www.desmet-c.com/&quot;&gt;DeSmet C&lt;/a&gt;, but I don&apos;t remember if it supports inline asm.&lt;br&gt;
&lt;br&gt;
I vaguely remember &lt;a href=&quot;http://www.lsi-j.co.jp/freesoft/index.html&quot;&gt;LCC&lt;/a&gt; having asm support.&lt;br&gt;
&lt;br&gt;
I don&apos;t know anything about &lt;a href=&quot;http://www.htsoft.com/products/PACIFICc.php &quot;&gt;Pacific C&lt;/a&gt; apart from that it&apos;s free.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721215</guid>
  	<pubDate>Tue, 26 Sep 2006 23:48:35 -0800</pubDate>
  	<dc:creator>majick</dc:creator>
</item>
<item>
  	<title>By: prodevel</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721283</link>	
  	<description>Ya&apos;ll know about sourceforge.net I assume/hope</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721283</guid>
  	<pubDate>Wed, 27 Sep 2006 06:10:31 -0800</pubDate>
  	<dc:creator>prodevel</dc:creator>
</item>
<item>
  	<title>By: prodevel</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#721287</link>	
  	<description>perl does this too, apparently...  I&apos;ll take the hit for not being C.&lt;br&gt;
&lt;br&gt;
http://www.perlmonks.com/?node_id=50182</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-721287</guid>
  	<pubDate>Wed, 27 Sep 2006 06:16:23 -0800</pubDate>
  	<dc:creator>prodevel</dc:creator>
</item>
<item>
  	<title>By: atomly</title>
  	<link>http://ask.metafilter.com/47383/Wanted-C-Compiler#722466</link>	
  	<description>&lt;a href=&quot;http://www.delorie.com/djgpp/&quot;&gt;DJGPP&lt;/a&gt; is a DOS port of GCC that I used to use quite religiously.  By default it generates 32-bit code, but it also has &lt;a href=&quot;http://www.delorie.com/djgpp/16bit/&quot;&gt;16-bit tools&lt;/a&gt;.  For inline assembly, it uses &lt;a href=&quot;http://nasm.sourceforge.net/&quot;&gt;NASM&lt;/a&gt;, which also works great.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47383-722466</guid>
  	<pubDate>Thu, 28 Sep 2006 04:31:09 -0800</pubDate>
  	<dc:creator>atomly</dc:creator>
</item>

    </channel>
</rss>
