<?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>GetAdviced.com &#187; program</title>
	<atom:link href="http://getadviced.com/tag/program/feed/" rel="self" type="application/rss+xml" />
	<link>http://getadviced.com</link>
	<description>An adsense revenue sharing blog...</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:43:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>An 8085 program to for 8 bit multiplication</title>
		<link>http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/</link>
		<comments>http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:34:10 +0000</pubDate>
		<dc:creator>anu0002</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[8 bit multiplication]]></category>
		<category><![CDATA[8085]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/</guid>
		<description><![CDATA[<p>LDA   2000     // Load multiplicant  to accumulator
MOV  B,A         // Move multiplicant  from A(accumulator) to B register
LDA   2001    // Load multiplier to accumulator
MOV  C,A       // Move multiplier from A to C
MVI   A,00  // Load immediate value 00 to a
L: ADD    B           // Add B(multiplier) with <a href='http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/' rel="nofollow">[....]</a></p>No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>LDA   2000     // Load multiplicant  to accumulator
MOV  B,A         // Move multiplicant  from A(accumulator) to B register
LDA   2001    // Load multiplier to accumulator
MOV  C,A       // Move multiplier from A to C
MVI   A,00  // Load immediate value 00 to a
L: ADD    B           // Add B(multiplier) with <a href='http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/' rel="nofollow">[....]</a></p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://getadviced.com/an-8085-program-to-for-8-bit-multiplication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
