<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Like Dream of Banister Fiend &#187; assembly</title>
	<atom:link href="http://banisterfiend.wordpress.com/category/programming/assembly-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://banisterfiend.wordpress.com</link>
	<description>On the Internet, nobody knows you're a dog. .</description>
	<lastBuildDate>Tue, 05 Jan 2010 06:17:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='banisterfiend.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/66bee130ef7f9d2ab7c42a5c59f5ef40?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Like Dream of Banister Fiend &#187; assembly</title>
		<link>http://banisterfiend.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://banisterfiend.wordpress.com/osd.xml" title="Like Dream of Banister Fiend" />
		<item>
		<title>Calling An Asm Function From C</title>
		<link>http://banisterfiend.wordpress.com/2008/08/15/calling-an-asm-function-from-c/</link>
		<comments>http://banisterfiend.wordpress.com/2008/08/15/calling-an-asm-function-from-c/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 12:53:29 +0000</pubDate>
		<dc:creator>banisterfiend</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://banisterfiend.wordpress.com/?p=22</guid>
		<description><![CDATA[Calling functions written in assembly from C is not so difficult, but it is important you understand the C function calling convention. According to this convention parameters are to be pushed onto the stack and return values stored in the eax register.
This means that when we call our function from C, the C compiler will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banisterfiend.wordpress.com&blog=4484859&post=22&subd=banisterfiend&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://banisterfiend.wordpress.com/2008/08/15/calling-an-asm-function-from-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/890f7065d081f3a735362b6a1ca74b92?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">banisterfiend</media:title>
		</media:content>
	</item>
	</channel>
</rss>