<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/26252/Easy_x86-64_x86-64_assembly</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Thu, 23 May 2013 09:45:31 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>X64</title>
			<link>http://www.osnews.com/thread?529974</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?529974</guid>
			<description>The nice thing about x64 is that in that somewhere deep down floating among  all the x86 compatibility sewage there is a really nice subset of a good ISA.</description>
			<pubDate>Mon, 06 Aug 2012 22:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Carewolf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>It looks so ... sensible</title>
			<link>http://www.osnews.com/thread?529994</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?529994</guid>
			<description>Granted, it's been many many years since I've looked at x86, but this looks really nice compared to back then.<br />
<br />
16 general purpose 64-bit registers?  Sign me up!<br />
<br />
If only I had a reason to use it... :-)</description>
			<pubDate>Tue, 07 Aug 2012 00:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Dr.Mabuse)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Intel Syntax!</title>
			<link>http://www.osnews.com/thread?530025</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530025</guid>
			<description>Nice that he has chosen the Intel syntax.<br />
<br />
Since I used the PC since MS-DOS 3.3 days, the AT&amp;T syntax always makes me wonder what I am looking at.<br />
<br />
Oh, those young days spent coding demos in Assembly , naively thinking nothing else would be needed. <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
Started out with a freeware assembler, then moved to TASM and later on MASM. Eventually it was time to move to Turbo Pascal and use the inline assembler just for the hotspots.<br />
<br />
I have quite a few books about PC low level architecture, as on those days that was the only way for me to get information.<br />
<br />
My first book was from Peter Norton, &quot;Assembly Language Book for the IBM PC&quot;.<br />
<br />
For those planning to learn Assembly, the Zen books from Michael Abrash were great with all the low level hints. <br />
<br />
Nowadays the processors have become too complex to be mastered by humans, still I am planning to learn some ARM. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Tue, 07 Aug 2012 06:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Uh?</title>
			<link>http://www.osnews.com/thread?530026</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530026</guid>
			<description>&quot;This document will focus on the most used parts of x86-64&quot;, really? All the opcodes in that &quot;document&quot; are standard ones that've been around since 8088, the only x86-64 - specific thing about it is the registers the author is using. As such the title is terribly misleading, it's more like a very low-key introduction to x86 assembly.<br />
<br />
I was disappointed, actually, I was expecting the article to demonstrate some real x86-64 - specific things. Note that I am not berating the article itself as it was clear and concise, it's just that it shouldn't be called x86-64 assembly when it really isn't that.</description>
			<pubDate>Tue, 07 Aug 2012 06:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (WereCatf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Intel Syntax!</title>
			<link>http://www.osnews.com/thread?530027</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530027</guid>
			<description><div class="cquote">Oh, those young days spent coding demos in Assembly , naively thinking nothing else would be needed. <img src="/images/emo/smile.gif" alt=";)" />  </div><br />
 <br />
 Heh, I was coding all sorts of VGA-tricks and messing around with DOS internals, thinking I was an assembly guru. I did try to make an OS of my own, too, but I was way out of my depth. Then again, I was only 13 at the time and had quite poor access to any programming material.<br />
 <br />
 These days I just don't use assembly anymore, there's no need for that on most applications as atleast GCC already produces better code than most people can do by hand.Edited 2012-08-07 07:04 UTC</description>
			<pubDate>Tue, 07 Aug 2012 07:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (WereCatf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: X64</title>
			<link>http://www.osnews.com/thread?530043</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530043</guid>
			<description>I disagree, have you looked at the document?<br />
x86-64 is &quot;less ugly&quot; than x86 (16 registers!) but a good ISA??<br />
Have a look at the MIPS ISA, this is a good ISA, x86 isn't.</description>
			<pubDate>Tue, 07 Aug 2012 08:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Intel Syntax!</title>
			<link>http://www.osnews.com/thread?530044</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530044</guid>
			<description><div class="cquote">These days I just don't use assembly anymore, there's no need for that on most applications as atleast GCC already produces better code than most people can do by hand. </div><br />
<br />
With modern processors it is also very hard to write Assembly code by hand that is able to match what compilers can achieve due to architectures with out-of-order execution, branch prediction, multiple cache levels, NUMA.<br />
<br />
Plus many of the compiler code generation algorithms which were not possible to use in the old days due to memory restrictions, are nowadays part of most compilers.<br />
<br />
Unless you're writing Assembly for embedded systems, with simpler architectures, there are too many factors for code optimization that a human being is able to track.</description>
			<pubDate>Tue, 07 Aug 2012 08:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Uh?</title>
			<link>http://www.osnews.com/thread?530046</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530046</guid>
			<description>I would agree. This seems to be nothing but a (far too rough) overview.<br />
<br />
Having said that, are there good real world examples for x64-64-assembly programming? As in: something one can use as a starting point for writing apps?<br />
<br />
And the next question: Apart from learning more about the internals of the CPU, is there a good reason to learn assembly language at all these days if one just wants to develop regular apps/utilities? In my case for Linux/Ubuntu/Gnome...</description>
			<pubDate>Tue, 07 Aug 2012 08:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mrokii)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Uh?</title>
			<link>http://www.osnews.com/thread?530051</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530051</guid>
			<description>For regular apps and utilities, probably not. Nowadays, I'd say that Assembly snippets only makes sense for low-level code (like OS kernels and drivers), down and dirty security exploits, and software where one really wants to get the most performance out of hardware at all costs (like video codecs).<br />
 <br />
 As an everyday programming language, it just makes it too hard for developers to organize themselves well.Edited 2012-08-07 09:06 UTC</description>
			<pubDate>Tue, 07 Aug 2012 09:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: It looks so ... sensible</title>
			<link>http://www.osnews.com/thread?530065</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530065</guid>
			<description><div class="cquote">16 general purpose 64-bit registers?  Sign me up! </div><br />
Why settle for less?  PPC64 has 32 of them.</description>
			<pubDate>Tue, 07 Aug 2012 10:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (nutt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Uh?</title>
			<link>http://www.osnews.com/thread?530088</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530088</guid>
			<description><div class="cquote">&quot;the most used parts of x86-64&quot; </div><br />
 <br />
<div class="cquote">opcodes...that've been around since 8088 </div><br />
 <br />
 These two statements are not necessarily mutually exclusive I fear <img src="/images/emo/grin.gif" alt=";)" /> Edited 2012-08-07 13:07 UTC</description>
			<pubDate>Tue, 07 Aug 2012 13:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (paolo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Uh?</title>
			<link>http://www.osnews.com/thread?530099</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530099</guid>
			<description>I think learning a little Assembly is a good idea. Not because you're likely to use it, but because it gets you thinking about how the machine works, what it is good at and what takes a long time. Once you've coded a few things in Assembly you get a better appreciation for what your (higher level) code is doing. I certainly found learning Assembly got me into a better mindset for writing in other languages, especially C/C++.<br />
<br />
Quite often developers, especially high level language developers, will just throw complex or repetitive code at a problem without thinking about how it works, why it will be slow or how it might be improved. Learning Assembly and how it works can help you develop better approaches to your coding elsewhere.</description>
			<pubDate>Tue, 07 Aug 2012 13:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (jessesmith)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Mmm.  ASM... [drool]</title>
			<link>http://www.osnews.com/thread?530116</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530116</guid>
			<description>I DO miss coding in x86.  Taught myself back in the early 90's.  Wasn't a great coder but I dug how low-level it was.<br />
 <br />
  int 20h ;bye!<br />
<br />
<b>EDIT:</b><br />
Forgot to mention I still code.  But I'm stuck in ColdFusion/Oracle SQL land right now.  I get very little chance to do any .Net, be it C# or what not. :-(Edited 2012-08-07 14:39 UTC</description>
			<pubDate>Tue, 07 Aug 2012 14:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Drunkula)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Uh?</title>
			<link>http://www.osnews.com/thread?530129</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530129</guid>
			<description>Doesn't sound like something I'd like to dive in. Though I'd find microprocessor programming intriguing, which I did shortly in some school.</description>
			<pubDate>Tue, 07 Aug 2012 15:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mrokii)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Uh?</title>
			<link>http://www.osnews.com/thread?530132</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530132</guid>
			<description>I have learned a bit of assembly programming many years back in a school (for some kind of primitive microprocessor) and kind of liked assembly language. And I've owned computers long enough to know a bit about the internals (C64 was my first), so there is probably no good reason to re-learn assembler programming if there's no real advantage over using regular programming languages.</description>
			<pubDate>Tue, 07 Aug 2012 15:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mrokii)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Uh?</title>
			<link>http://www.osnews.com/thread?530138</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530138</guid>
			<description><div class="cquote">Apart from learning more about the internals of the CPU, is there a good reason to learn assembly language at all these days if one just wants to develop regular apps/utilities? In my case for Linux/Ubuntu/Gnome... </div><br />
<br />
If you even plan to develop:<br />
<br />
- drivers;<br />
- operating systems utilities;<br />
- games;<br />
- compilers (either ahead-of-time or JIT based);<br />
- audio or video codecs;<br />
- develop applications that need to run in embedded systems<br />
- numeric code for statistics like FFT<br />
- optimization of code compreension<br />
<br />
Than knowing Assembly is really a must.<br />
<br />
If you spend you time developing code in languages with native code generation (C, C++, FreePascal, D, Go), or using V8, compatible JVM or CLR then Assembly is important to understand how the high-level algorithms influences the generated Assembly.<br />
<br />
Because you can ask to see the generated Assembly and then compare it with the algorithm.<br />
<br />
Knowing Assembly makes it also easy to know how to manipulate JVM bytecode or MSIL, and with it perform low level meta-programming. This is how Aspects work, for example.<br />
<br />
Another example is how Qt 5 will make use of SIMD instructions to do perform encoding conversions,<br />
<a href="http://woboq.com/blog/utf-8-processing-using-simd.html" rel="nofollow">http://woboq.com/blog/utf-8-processing-using-simd.html</a></description>
			<pubDate>Tue, 07 Aug 2012 15:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Uh?</title>
			<link>http://www.osnews.com/thread?530166</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530166</guid>
			<description><div class="cquote">If you even plan to develop:<br />
<br />
- drivers;<br />
- operating systems utilities;<br />
- games;<br />
- compilers (either ahead-of-time or JIT based);<br />
- audio or video codecs;<br />
- develop applications that need to run in embedded systems<br />
- numeric code for statistics like FFT<br />
- optimization of code compreension<br />
<br />
Than knowing Assembly is really a must. </div><br />
While being well-versed in asm can have advantages, saying it's a must for at least half the things you've listed is absolutely untrue.</description>
			<pubDate>Tue, 07 Aug 2012 20:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Uh?</title>
			<link>http://www.osnews.com/thread?530168</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530168</guid>
			<description>Please elaborate how it is untrue.</description>
			<pubDate>Tue, 07 Aug 2012 20:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Uh?</title>
			<link>http://www.osnews.com/thread?530180</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530180</guid>
			<description><div class="cquote">Please elaborate how it is untrue. </div><br />
Quite simply the fact that asm isn't a must. We'll take the first item on your list as an example -- drivers. I invite you to join any of the numerous mailing lists used for Linux driver development. Ask people who actually write drivers if they agree that asm is a must and you will get a resounding no. For that matter, many of the guys writing drivers have zero asm experience. I have a friend who has worked for a handful of major chip makers and the only requirement placed on him, ever, was his willingness to sign NDA's. He also has no asm experience.<br />
<br />
Since you made the claim, perhaps you should explain why you <i>think</i> it is, despite the fact we already know it isn't.</description>
			<pubDate>Tue, 07 Aug 2012 23:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Uh?</title>
			<link>http://www.osnews.com/thread?530200</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530200</guid>
			<description><div class="cquote">"<i>Please elaborate how it is untrue. </div><br />
Quite simply the fact that asm isn't a must. We'll take the first item on your list as an example -- drivers. I invite you to join any of the numerous mailing lists used for Linux driver development.<br />
 Ask people who actually write drivers if they agree that asm is a must and you will get a resounding no.  </i>"<br />
<br />
Well, back on my long gone university days. Every CS student had to do driver projects in multiple operating systems. So I guess I do have some experience with drivers. On those days Linux was still being brewed. <br />
<br />
Linux is not the only kernel in town, and not all provide C API abstractions to access the hardware.<br />
<br />
There three ways to access hardware:<br />
<br />
- Memory mapped I/O<br />
- Processor instructions to talk via I/O ports<br />
- Processor instructions to talk via traps (not so common)<br />
<br />
Specific hardware sometimes requires initialization steps not covered by the way the kernel abstracts the above forms of I/O communication.<br />
<br />
<div class="cquote">For that matter, many of the guys writing drivers have zero asm experience. I have a friend who has worked for a handful of major chip makers and the only requirement placed on him, ever, was his willingness to sign NDA's. He also has no asm experience. </div><br />
<br />
Sure, it may be that he never needed, but if he is writing drivers, for sure he will eventually need to get either touch Assembly or have someone else do it.<br />
<br />
Linux kernel version 3.4.7 driver tree has<br />
<br />
- 8 Assembly files;<br />
- 58 C files making use of inline Assembly;<br />
<br />
<br />
<div class="cquote">Since you made the claim, perhaps you should explain why you <i>think</i> it is, despite the fact we already know it isn't. </div><br />
<br />
If you care, I can also list use cases for every single point I've listed on my previous comment.</description>
			<pubDate>Wed, 08 Aug 2012 06:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Uh?</title>
			<link>http://www.osnews.com/thread?530259</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530259</guid>
			<description><div class="cquote">- drivers; </div><br />
Depends on the OS and what hardware you develop the driver for.<br />
<br />
<div class="cquote">- operating systems utilities; </div><br />
I'm not sure exactly what you qualify as os utilities and why they would require assembler.<br />
<br />
<div class="cquote">- games; </div><br />
Depends on what kind of game. If it's a demanding FPS or something, yes. If not then probably no. No asm needed for using, say, PyGame, some other tookit or iPhone/Android games.<br />
<br />
<div class="cquote">- develop applications that need to run in embedded systems </div><br />
I doubt assembler is a hard requirement for this.</description>
			<pubDate>Wed, 08 Aug 2012 11:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Uh?</title>
			<link>http://www.osnews.com/thread?530284</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530284</guid>
			<description><div class="cquote">"<i>- develop applications that need to run in embedded systems </div><br />
I doubt assembler is a hard requirement for this. </i>" [/q]<br />
<br />
Feel free to develop for these processors with anything other than Assembly<br />
<br />
<a href="http://www.microchip.com/pagehandler/en-us/family/8bit/home.html" rel="nofollow">http://www.microchip.com/pagehandler/en-us/family/8bit/home.html</a><br />
<br />
<a href="http://www.microchip.com/pagehandler/en-us/family/16bit/" rel="nofollow">http://www.microchip.com/pagehandler/en-us/family/16bit/</a><br />
<br />
<a href="http://www.ti.com/product/tms320vc549#feature" rel="nofollow">http://www.ti.com/product/tms320vc549#feature</a><br />
<br />
Sure you can try to use C, but depending on the application you'll most likely end up using Assembly to take full advantage of the scarce space or strange addressing modes not available to higher level languages.</description>
			<pubDate>Wed, 08 Aug 2012 13:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Uh?</title>
			<link>http://www.osnews.com/thread?530296</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530296</guid>
			<description><div class="cquote">Linux is not the only kernel in town, and not all provide C API abstractions to access the hardware. </div><br />
No, of course not. I used only <b>one</b> example.<br />
<br />
<div class="cquote">Sure, it may be that he never needed, but if he is writing drivers, for sure he will eventually need to get either touch Assembly or have someone else do it. </div><br />
He's been paid to write drivers for over 10 years (probably closer to 15) and that has not been true yet.<br />
<br />
<div class="cquote">Linux kernel version 3.4.7 driver tree has<br />
<br />
- 8 Assembly files;<br />
- 58 C files making use of inline Assembly; </div><br />
So in other words, only a small minority of drivers in the Linux kernel are using asm, which makes my point again that asm is not always a must.<br />
<br />
<div class="cquote">If you care, I can also list use cases for every single point I've listed on my previous comment. </div><br />
It's not very hard to cite real situations, or dream ones one that asm would be needed. The point is that you said asm is a must -- you did not say it's a must just in certain situations. When I say it's untrue that asm is a must for at least half the things on your list, I am not wrong. You even support this fact yourself (see above).<br />
<br />
I never said asm is never needed, but you did say it always is and that is incorrect.</description>
			<pubDate>Wed, 08 Aug 2012 14:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Uh?</title>
			<link>http://www.osnews.com/thread?530313</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530313</guid>
			<description>Are you native English speaker?<br />
<br />
I am not.<br />
<br />
For me<br />
<br />
<div class="cquote">Than knowing Assembly is really a must. </div><br />
<br />
Means that it is something you should learn as it will make your life easier in many situations.</description>
			<pubDate>Wed, 08 Aug 2012 16:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[9]: Uh?</title>
			<link>http://www.osnews.com/thread?530344</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530344</guid>
			<description><div class="cquote">Are you native English speaker?<br />
<br />
I am not.<br />
<br />
For me<br />
<br />
<i>Than knowing Assembly is really a must.</i><br />
<br />
Means that it is something you should learn as it will make your life easier in many situations. </div><br />
I'm a native English speaker, yes. It seems we actually agree more than disagree, and just stumbled over a misunderstanding. &quot;Must&quot; is used to note a requirement, not a recommendation. No harm, no foul. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 08 Aug 2012 20:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[10]: Uh?</title>
			<link>http://www.osnews.com/thread?530362</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530362</guid>
			<description>Let's notice that it was already said, in that case by you, that <i>&quot;While being well-versed in asm can have advantages, saying it's a must for at least half the things you've listed is absolutely untrue&quot;</i> in <a href="http://www.osnews.com/thread?530166" rel="nofollow">http://www.osnews.com/thread?530166</a></description>
			<pubDate>Wed, 08 Aug 2012 23:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Nth_Man)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[11]: Uh?</title>
			<link>http://www.osnews.com/thread?530377</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530377</guid>
			<description>What are you trying to point out exactly?</description>
			<pubDate>Thu, 09 Aug 2012 00:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[12]: Uh?</title>
			<link>http://www.osnews.com/thread?530414</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?530414</guid>
			<description><div class="cquote">What are you trying to point out exactly? </div><br />
  More exactly, I meant:<br />
 <br />
  You made clear that being well-versed in asm was good and optional, not mandatory, in <a href="http://www.osnews.com/thread?530166" rel="nofollow">http://www.osnews.com/thread?530166</a> :<br />
  <i>&quot;While being well-versed in asm can have advantages, saying it's a must [...] is absolutely untrue&quot;</i> <br />
  in that sentence, it's seen that the meaning of <i>&quot;it's a must&quot;</i> is opposed to what you just said before. The text you wrote was clear.Edited 2012-08-09 07:18 UTC</description>
			<pubDate>Thu, 09 Aug 2012 07:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Nth_Man)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
