<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.assembly">
    <title>gmane.linux.assembly</title>
    <link>http://blog.gmane.org/gmane.linux.assembly</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2330"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2327"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2322"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2321"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2317"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2316"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2311"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2310"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2309"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2308"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2305"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2304"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2303"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.assembly/2294"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2330">
    <title>how does ld.so call ELF's entry?</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2330</link>
    <description>&lt;pre&gt; 
  For an ELF ,which needs a interpreter , how is it  been called by the interpreter ?

  As I know the interpreter is loaded first and do something essential ,then call the main routine of ELF .
  How is this procedure implemented ?

  Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-04-07T02:19:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2328">
    <title>how to disassembly a specified  section</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2328</link>
    <description>&lt;pre&gt;
  I need to look up the disassembly  content of a section in an elf ?
  how to type that command ?

  thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-18T14:52:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2327">
    <title>BUSINESS PROPOSITION.‏</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2327</link>
    <description>&lt;pre&gt;

Hello, Are you seeking for funds? We are currently offering out Personal Loan, Business Loan, Home Loan, Auto Loans and Student Loans to private individuals and companies at 2% interest rate from 1 to 30 years duration of repayment period. For more details e-mail: 98739408i&amp;lt; at &amp;gt;fengyun.org

--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr.  M. Barlow.</dc:creator>
    <dc:date>2013-03-15T09:23:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2323">
    <title>[NASM] ROR -&gt; error: invalid combination of opcode and operands</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2323</link>
    <description>&lt;pre&gt;Hello all,
why i can't do ' ror al,bl' ?
i'am using nasm in 16bits mode ( [BITS 16] )
i get this error when compiling:
error: invalid combination of opcode and operands
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Meher Assel</dc:creator>
    <dc:date>2013-03-11T22:09:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2322">
    <title>Круглосутoчные перeвoзки грyзoв</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2322</link>
    <description>&lt;pre&gt;                  http://www.jasoncarter.com/portfolio/u3.php


--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Каролинчик Калошина</dc:creator>
    <dc:date>2013-03-11T12:18:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2321">
    <title>Greetings from George Daniels</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2321</link>
    <description>&lt;pre&gt;

Greetings from George Daniels

I am George Daniels, a Banker and credit system programmer (HSBC bank). 
I saw your email address while browsing through  the bank D.T.C Screen in my office 
yesterday so I decided to use this very chance to know you. I believe 
we should use every opportunity to know each other better. However, I am contacting you 
for obvious reason which you will understand. 

I am sending this mail just to know if this email address is OK, 
reply me back so that I will send  more details to you. 
I have a very important thing to discuss with you, I look forward to receiving your response at 
georgedaniels&amp;lt; at &amp;gt;postino.net. Have a pleasant day.

George Daniels
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Germaine Sandoval</dc:creator>
    <dc:date>2013-03-10T21:42:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2317">
    <title>how to use .section command in asm code?</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2317</link>
    <description>&lt;pre&gt;
can .section command be used in asm code to define a section ?

is there any examples?


thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-03T19:50:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2316">
    <title>what does this do ?</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2316</link>
    <description>&lt;pre&gt;

here are a portion of  build-in asm code  :

    "  .long 661b\n"                    \
    "  .long 663f\n"            \
    "  .byte %c0\n"             /               \
    "  .byte 662b-661b\n"                       \
    "  .byte 664f-663f\n"

what is 661b ,663f ? etc . 
what do they  mean?

thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-03T17:21:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2315">
    <title>Grüße aus China</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2315</link>
    <description>&lt;pre&gt;Grüße aus China

_______________________________

Hallo aus Hong Kong, ich möchte Sie zu mir in einer Geldtransaktion Geschäft zu unterstützen. Bitte antworten Sie mir wieder nur auf meiner privaten

E-Mail-Adresse für weitere Informationen andrewliu19&amp;lt; at &amp;gt;yahoo.com.hk oder andrewliu45&amp;lt; at &amp;gt;aol.com ich Englisch spreche, sprechen Sie Englisch? Vielen Dank.

Mr. Andrew Liu


--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Wallace, Raequel (HRSA</dc:creator>
    <dc:date>2013-03-02T03:40:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2312">
    <title>different asm code</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2312</link>
    <description>&lt;pre&gt;hi:)

  I have compiled a .S file ,using command gcc -c x.S -o x.
  Then I use objdump to look up its asm code, even find that some code is not the
  same as that .S file , more important is , some code in origin  .S file has disappear .
  
  what is about the reason ? If it is due to version , why some code chould get lost after compile?


thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-18T05:06:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2311">
    <title>gdtr value</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2311</link>
    <description>&lt;pre&gt;hi:)

  The gdtr reg saves the base address of gdt , whether is this address a linear address or phisical address ?

thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-18T01:53:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2310">
    <title>what does this do?</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2310</link>
    <description>&lt;pre&gt;hi:

   what does this code do ?
lss    0xc010020c,%esp

  does it need to addressing gdt entry?

thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-17T20:46:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2309">
    <title>Тест твоей роговицы</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2309</link>
    <description>&lt;pre&gt;http://gopalpiplani.com/wp-admin/show.u.php?vision2 



--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Милашко Друганина</dc:creator>
    <dc:date>2013-02-17T04:45:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2308">
    <title>Тесты твоей сетчатки</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2308</link>
    <description>&lt;pre&gt;http://www.yachtung.com/cache/show.u.php?vision2 



--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Натуся Баженова</dc:creator>
    <dc:date>2013-02-17T04:47:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2305">
    <title>Доброго времени ..!</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2305</link>
    <description>&lt;pre&gt;здесь вы найдёте огромное количество азартных игр
http://casino-jackpot.biz/
будем рады вас видеть
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Лилюся Маринова</dc:creator>
    <dc:date>2013-02-14T10:11:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2304">
    <title>varibles define</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2304</link>
    <description>&lt;pre&gt;hi:)

   If define a byte in .text. then ,does this byte located into .data section in object file?

thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-13T04:34:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2303">
    <title>.word _XY_</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2303</link>
    <description>&lt;pre&gt;hi:)

  this define : .word _xy_ 

  what is this define meaning?    
  what is the  value of _xy_ ?
  thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-12T07:15:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2299">
    <title>mov instruction</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2299</link>
    <description>&lt;pre&gt;hi:)
 
  Is here a suitable place to post topics about hardware technology?

  I am curious about how mov work.
  Why it can not move data from a mem adress to another adress  in one instruction.
  in this form : mov (eax), (ebx)


thanks!
  
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-07T03:57:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2298">
    <title>DRINGEND!</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2298</link>
    <description>&lt;pre&gt;Durch Einführung; Mein Name ist Saskia Opel einen Account Officer in einem Private Banking Sector in Japan. Ich kontaktiere Sie bezüglich eines verstorbenen Kunden, der nicht beanspruchten Mittel Worth $ 18,370,000.00 Millionen US-Dollar haben. Ich bin bereit, Ihnen als Begünstigte zu diesem Fonds platzieren.

Wenn Sie interessiert sind, dann senden Sie mir bitte eine E-Mail (saskiaopel11&amp;lt; at &amp;gt;yahoo.com) für weitere Details und Informationen

regards,
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr. Saskia Opel</dc:creator>
    <dc:date>2013-02-05T02:41:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2294">
    <title>Hallå</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2294</link>
    <description>&lt;pre&gt;Hallå
Jag använder detta medium för att informera er om en ömsesidig transaktion som innebär överföring av $ 21.500.000 i min bank i Kina, för att informera dig som mottagare. T Du kan nå mig på sangcchin&amp;lt; at &amp;gt;yahoo.com.hk&amp;lt;mailto:sangcchin&amp;lt; at &amp;gt;yahoo.com.hk&amp;gt; för mer information.
Hälsningar
Sang Chin.
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Nick Walker</dc:creator>
    <dc:date>2013-02-04T10:08:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.assembly/2289">
    <title>Disassembly  of  00000</title>
    <link>http://comments.gmane.org/gmane.linux.assembly/2289</link>
    <description>&lt;pre&gt;hi:)

   I have a question about disassemblly utility .
   If I fill an elf's text section with some random data,then 
   how does the disas command work for these data?
   Is there occasion that several sequence of bytes can not be translated
   into legal instructions?

thanks!
   
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>horseriver</dc:creator>
    <dc:date>2013-02-02T04:53:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.assembly">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.assembly</link>
  </textinput>
</rdf:RDF>
