<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Coding For Paschas - ASM</title>
    <link>http://pascha.org/</link>
    <description>Source code, snippets, programs and tutorials for various languages</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 29 Mar 2010 14:48:32 GMT</pubDate>

    <image>
        <url>http://pascha.org/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Coding For Paschas - ASM - Source code, snippets, programs and tutorials for various languages</title>
        <link>http://pascha.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>GET-Request in assembler</title>
    <link>http://pascha.org/archives/5-GET-Request-in-assembler.html</link>
            <category>ASM</category>
    
    <comments>http://pascha.org/archives/5-GET-Request-in-assembler.html#comments</comments>
    <wfw:comment>http://pascha.org/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://pascha.org/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Michael Papesch)</author>
    <content:encoded>
    Das ist eine kleine Demonstration einer GET-Anfrage in Assembler.&lt;br /&gt;
Das Programm baut auf Threads, Window-Erzeugung und Button-Handling auf.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:12 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;110&quot; height=&quot;28&quot;  src=&quot;http://pascha.org/uploads/GET_request.jpg&quot;  alt=&quot;&quot; /&gt;&lt;br /&gt;
Es wird ein Fenster erzeugt inklusive Buttons und Eingabefeldern, in dem man einen beliebigen Text eingeben kann.&lt;br /&gt;
Dieser wird durch Drücken auf &quot;send&quot; an ein php-Script übermittelt.&lt;br /&gt;
Ob die Übertragung funktioniert hat, sieht man bei der Beispiel-exe auf &lt;a href=&quot;http://pascha.org/exit.php?url_id=6&amp;amp;entry_id=5&quot;  onmouseover=&quot;window.status=&#039;http://217.172.186.18/in/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; title=&quot;Output&quot;&gt;http://217.172.186.18/in/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Der Sourcecode lässt sich mit MASM v6.0 übersetzen.&lt;br /&gt;
&lt;br /&gt;
Viel Spass!&lt;br /&gt;
&lt;br /&gt;
sourcecode:&lt;br /&gt;
&lt;a href=&quot;http://pascha.org/uploads/GET_request.asm&quot; title=&quot;GET_request.asm&quot; target=&quot;_blank&quot;&gt;GET_request.asm&lt;/a&gt;&lt;br /&gt;
binary:&lt;br /&gt;
&lt;a href=&quot;http://pascha.org/uploads/GET_request.exe&quot; title=&quot;GET_request.exe&quot; target=&quot;_blank&quot;&gt;GET_request.exe&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 29 Mar 2010 16:16:28 +0200</pubDate>
    <guid isPermaLink="false">http://pascha.org/archives/5-guid.html</guid>
    <category>assembler</category>
<category>buttons</category>
<category>create</category>
<category>get</category>
<category>handler</category>
<category>request</category>
<category>threads</category>
<category>windows</category>

</item>

</channel>
</rss>