<?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/"
	>

<channel>
	<title>Yet another linux blog &#187; xspim</title>
	<atom:link href="http://www.yetanotherlinuxblog.de/tag/xspim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yetanotherlinuxblog.de</link>
	<description>Ein Blog über ein tolles Betriebssystem.</description>
	<lastBuildDate>Thu, 13 May 2010 23:45:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(x)SPIM unter Ubuntu installieren</title>
		<link>http://www.yetanotherlinuxblog.de/193-xspim-unter-ubuntu-installieren/</link>
		<comments>http://www.yetanotherlinuxblog.de/193-xspim-unter-ubuntu-installieren/#comments</comments>
		<pubDate>Sun, 09 May 2010 21:22:17 +0000</pubDate>
		<dc:creator>LinuxHobby</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[assembler]]></category>
		<category><![CDATA[mips]]></category>
		<category><![CDATA[spim]]></category>
		<category><![CDATA[xspim]]></category>

		<guid isPermaLink="false">http://www.yetanotherlinuxblog.de/?p=193</guid>
		<description><![CDATA[SPIM ist ein Simulator für die MIPS32-Architektur. Er wird von vielen Unis eingesetzt um Assembler zu lehren.
Unter Ubuntu muss man spim übrigens nicht selber kompilieren (auch wenn sehr viele Anleitungen das vorschlagen), da es in den Paketquellen enthalten ist. Im Paket spim ist auch die Oberfläche xspim enthalten.
spim kann über die Kommandozeile wie folgt installiert [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yetanotherlinuxblog.de/wp-content/uploads/2010/05/xspim.png"><img src="http://www.yetanotherlinuxblog.de/wp-content/uploads/2010/05/xspim.png" style="width: 250px;"alt="xspim" title="xspim" class="alignleft size-full" /></a><a href="http://pages.cs.wisc.edu/~larus/spim.html">SPIM</a> ist ein Simulator für die MIPS32-Architektur. Er wird von vielen Unis eingesetzt um Assembler zu lehren.</p>
<p>Unter Ubuntu muss man spim übrigens nicht selber kompilieren (auch wenn sehr viele Anleitungen das vorschlagen), da es in den Paketquellen enthalten ist. Im Paket <em>spim</em> ist auch die Oberfläche <strong>xspim</strong> enthalten.</p>
<p>spim kann über die Kommandozeile wie folgt installiert werden:<br />
<code>sudo apt-get install spim</code></p>
<p>Nach der Installation findet man xspim unter Anwendungen > Wissenschaft > xSPIM.</p>
<p>Ein <strong>Hello World</strong>-Assembler-Script für SPIM sieht übrigens wie folgt aus:<br />
<code>.data<br />
msg: .asciiz "Hello World!\n"<br />
.text<br />
main:<br />
	li	$v0,4<br />
	la	$a0, msg<br />
	syscall</code></p>
<p><em>Im Januar wurde spim übrigens 20 Jahre alt!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanotherlinuxblog.de/193-xspim-unter-ubuntu-installieren/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

