<?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>Materi Kuliah Gratis &#187; Assembly</title>
	<atom:link href="http://materikuliah.net/artikel/tag/assembly/feed" rel="self" type="application/rss+xml" />
	<link>http://materikuliah.net</link>
	<description>Kumpulan Materi Kuliah Online Gratis</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:35:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://materikuliah.net</link>
<url>http://materikuliah.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-42.ico</url>
<title>Materi Kuliah Gratis</title>
</image>
		<item>
		<title>Tutorial Assembly Almost Lengkap</title>
		<link>http://materikuliah.net/artikel/tutorial-assembly-almost-lengkap.aspx</link>
		<comments>http://materikuliah.net/artikel/tutorial-assembly-almost-lengkap.aspx#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:16:01 +0000</pubDate>
		<dc:creator>neorismaka</dc:creator>
				<category><![CDATA[Algoritma]]></category>
		<category><![CDATA[Basis Data]]></category>
		<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[Teknik]]></category>
		<category><![CDATA[Assembly]]></category>

		<guid isPermaLink="false">http://materikuliah.net/?p=373</guid>
		<description><![CDATA[Assembly languages are a family of low-level languages for programming computers, microprocessors, microcontrollers, and other (usually) integrated circuits. They implement a symbolic representation of the numeric machine codes and other constants needed to program a particular CPU architecture. This representation is usually defined by the hardware manufacturer, and is based on abbreviations (called mnemonics) that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmaterikuliah.net%2Fartikel%2Ftutorial-assembly-almost-lengkap.aspx"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmaterikuliah.net%2Fartikel%2Ftutorial-assembly-almost-lengkap.aspx&amp;source=materikuliah&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Assembly languages</strong> are a family of low-level languages for programming computers, microprocessors, microcontrollers, and other (usually) integrated circuits. They implement a symbolic representation of the numeric machine codes and other constants needed to program a particular CPU architecture.</p>
<p>This representation is usually defined by the hardware manufacturer, and is based on abbreviations (called mnemonics) that help the programmer remember individual instructions, registers, etc. An assembly language is thus specific to a certain physical or virtual computer architecture (as opposed to most high-level languages, which are usually portable).</p>
<p><span id="more-373"></span>A utility program called an <strong>assembler</strong> is used to translate assembly language statements into the target computer&#8217;s machine code. The assembler performs a more or less isomorphic translation (a one-to-one mapping) from mnemonic statements into machine instructions and data. This is in contrast with high-level languages, in which a single statement generally results in many machine instructions.</p>
<p>Many sophisticated assemblers offer additional mechanisms to facilitate program development, control the assembly process, and aid debugging. In particular, most modern assemblers include a macro facility (described below), and are called <strong>macro assemblers</strong>.</p>
<p><strong>Download :</strong></p>
<p>part 1 <a href="http://www.4shared.com/file/236392842/b2b0978b/Turbo-Assembler-and-Tools-50.html" target="_blank">Turbo Assembler and Tools 5.0</a></p>
<p>part 2<a href="http://www.4shared.com/file/236387835/692b4d6d/sto-assembly.html" target="_blank"> sto-assembly</a></p>
<p>part 3<a href="http://www.4shared.com/file/236392828/43fd913/Emu8086-Portable.html" target="_blank"> Emu8086 Portable</a></p>
<p>part 4<a href="http://www.4shared.com/file/236408619/2d2325e1/assembly.html" target="_blank"> asm</a></p>
<p>part 5<a href="http://materikuliah.net/files/2010/01/emu8086_assembler_solutions_faq.html" target="_blank"> emu8086_assembler_solutions_faq</a></p>
]]></content:encoded>
			<wfw:commentRss>http://materikuliah.net/artikel/tutorial-assembly-almost-lengkap.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
