<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Fasm Assembly HELP' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Fasm Assembly HELP' posted on the 'Getting started in assembly' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2010 Programmers Heaven</copyright>
    <pubDate>Mon, 15 Mar 2010 21:33:30 -0700</pubDate>
    <lastBuildDate>Mon, 15 Mar 2010 21:33:30 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Fasm Assembly HELP</title>
      <link>http://www.programmersheaven.com/mb/asmtips/409974/409974/fasm-assembly-help/</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me how to get the command line parameters passed to my Fasm app ?&lt;br /&gt;
&lt;br /&gt;
All my app does is display a message box - &lt;br /&gt;
&lt;br /&gt;
I want to pass a parameter 'Intell Processor' which displays this in the message box.&lt;br /&gt;
&lt;br /&gt;
I know there are easier ways of doing this -&lt;br /&gt;
but it's an excercise on passing data to my app.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/asmtips/409974/409974/fasm-assembly-help/</guid>
      <pubDate>Sat, 28 Nov 2009 05:53:04 -0700</pubDate>
      <category>Getting started in assembly</category>
    </item>
    <item>
      <title>Re: Fasm Assembly HELP</title>
      <link>http://www.programmersheaven.com/mb/asmtips/409974/409995/re-fasm-assembly-help/#409995</link>
      <description>In Windows, you can use &lt;a href="http://msdn.microsoft.com/en-us/library/ms683156%28VS.85%29.aspx"&gt;GetCommandLine&lt;/a&gt;.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/asmtips/409974/409995/re-fasm-assembly-help/#409995</guid>
      <pubDate>Sat, 28 Nov 2009 16:43:21 -0700</pubDate>
      <category>Getting started in assembly</category>
    </item>
    <item>
      <title>Re: Fasm Assembly HELP</title>
      <link>http://www.programmersheaven.com/mb/asmtips/409974/410020/re-fasm-assembly-help/#410020</link>
      <description>Thanks..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  That makes things easier..&lt;br /&gt;
&lt;br /&gt;
Do you also know of a way i can do the same using pure or Fasm assembly ?&lt;br /&gt;
&lt;br /&gt;
 I'm guessing that the command line parameters including the program string are held in memory ready for the processor to run the process - Do you know if this is a set memory location like the video buffer but in 32bit assembly ? and will windows allow access to this memory block ?&lt;br /&gt;
&lt;br /&gt;
Thanks again for your help.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/asmtips/409974/410020/re-fasm-assembly-help/#410020</guid>
      <pubDate>Sun, 29 Nov 2009 04:29:28 -0700</pubDate>
      <category>Getting started in assembly</category>
    </item>
    <item>
      <title>Re: Fasm Assembly HELP</title>
      <link>http://www.programmersheaven.com/mb/asmtips/409974/410021/re-fasm-assembly-help/#410021</link>
      <description>&lt;span style="color: Blue;"&gt;In Windows all memory areas are accessed using API. There are some task parameters to be accessed using FS:0000 address, but these (the structure layouts) can be modified by next OS version, so you cannot rely on it. It is better to use the API. Follow anthrax's advice.&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/asmtips/409974/410021/re-fasm-assembly-help/#410021</guid>
      <pubDate>Sun, 29 Nov 2009 05:15:05 -0700</pubDate>
      <category>Getting started in assembly</category>
    </item>
  </channel>
</rss>