<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic assembly language  in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817098#M1033</link>
    <description>I have learned to write assembly code( compile in gnu assembler) for half a year, &lt;BR /&gt;I find that the books are very limited about assembly.&lt;BR /&gt;I read books about assembly&lt;PROFESSIONAL assembly="" language=""&gt;, some materials I find in the internet. and Intel's five software devoloper reference manual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I find I am only can write limited assembly, I can't write code as freely as write C code .&lt;BR /&gt;When I want to read the gas(gnu assembler) mamual ,I find I can't understand some of them.&lt;BR /&gt;especially, some directives I never encoutered in my code .&lt;BR /&gt;&lt;BR /&gt;The people around me don't use assembly , I find it impossible to talk about it and sometimes a small probem could cost me lots of time.So I want someone to light up a direction for me &lt;BR /&gt;&lt;BR /&gt;Can anyone give me some advices ?&lt;BR /&gt;Any words is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/PROFESSIONAL&gt;</description>
    <pubDate>Wed, 25 May 2011 05:36:02 GMT</pubDate>
    <dc:creator>zhangxiuxia</dc:creator>
    <dc:date>2011-05-25T05:36:02Z</dc:date>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817098#M1033</link>
      <description>I have learned to write assembly code( compile in gnu assembler) for half a year, &lt;BR /&gt;I find that the books are very limited about assembly.&lt;BR /&gt;I read books about assembly&lt;PROFESSIONAL assembly="" language=""&gt;, some materials I find in the internet. and Intel's five software devoloper reference manual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I find I am only can write limited assembly, I can't write code as freely as write C code .&lt;BR /&gt;When I want to read the gas(gnu assembler) mamual ,I find I can't understand some of them.&lt;BR /&gt;especially, some directives I never encoutered in my code .&lt;BR /&gt;&lt;BR /&gt;The people around me don't use assembly , I find it impossible to talk about it and sometimes a small probem could cost me lots of time.So I want someone to light up a direction for me &lt;BR /&gt;&lt;BR /&gt;Can anyone give me some advices ?&lt;BR /&gt;Any words is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/PROFESSIONAL&gt;</description>
      <pubDate>Wed, 25 May 2011 05:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817098#M1033</guid>
      <dc:creator>zhangxiuxia</dc:creator>
      <dc:date>2011-05-25T05:36:02Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817099#M1034</link>
      <description>The "sse intrinsics" were introduced as a replacement for in-line asm, designed to overcome 32- vs. 64-bit and Windows vs. linux vs. Mac portability problems. Even, to a limited extent, there is automatic instruction set switching in accordance with compile options. Thus, they have been more widely used and documented, at least for simd programming.</description>
      <pubDate>Wed, 25 May 2011 07:31:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817099#M1034</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-05-25T07:31:16Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817100#M1035</link>
      <description>Thank you for your quick reply. &lt;BR /&gt;I have programed with "sse intrinsics" one year ago, and I find it is much easier than assemlby.&lt;BR /&gt;But my tutor asks me to use completely assembly ,even inline assembly is not allowed .&lt;BR /&gt;So I must persist on my assembly before my task is complete.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2011 10:07:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817100#M1035</guid>
      <dc:creator>zhangxiuxia</dc:creator>
      <dc:date>2011-05-25T10:07:31Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817101#M1036</link>
      <description>You may use the -S option of your compiler, with various levels of optimization, to make gnu assembler source code. gnu compatible compilers will accept .s files as part of your build, and forward them to the assembler.</description>
      <pubDate>Wed, 25 May 2011 13:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817101#M1036</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-05-25T13:17:08Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817102#M1037</link>
      <description>It's a good idea, gcc -S is really a good choice.</description>
      <pubDate>Thu, 26 May 2011 02:41:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817102#M1037</guid>
      <dc:creator>zhangxiuxia</dc:creator>
      <dc:date>2011-05-26T02:41:48Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817103#M1038</link>
      <description>You can go ahead with &lt;H3 id="ruoptasm"&gt;&lt;/H3&gt;&lt;H3 id="ruoptasm"&gt;qasm&lt;/H3&gt;
&lt;A name="wq313"&gt;&lt;/A&gt;
&lt;H4 id="wq313"&gt;Description&lt;/H4&gt;
&lt;P&gt;Controls the interpretation of and subsequent generation of code for an asm statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information read &lt;/P&gt;&lt;P&gt;&lt;A title="XL C/C++ V8.0 for AIX" id="b1" name="opened" href="about:blank"&gt;XL C/C++ V8.0 for AIX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="XL C/C++ V8.0 for AIX" id="b1" name="opened" href="about:blank"&gt;book&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2011 17:44:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817103#M1038</guid>
      <dc:creator>techforums123</dc:creator>
      <dc:date>2011-05-26T17:44:15Z</dc:date>
    </item>
    <item>
      <title>assembly language</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817104#M1039</link>
      <description>Thanks very much for your advice. &lt;BR /&gt;qasm give me more control of which block of code I want to generation. :)</description>
      <pubDate>Fri, 27 May 2011 04:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/assembly-language/m-p/817104#M1039</guid>
      <dc:creator>zhangxiuxia</dc:creator>
      <dc:date>2011-05-27T04:24:54Z</dc:date>
    </item>
  </channel>
</rss>

