<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: ASM program to find the factorial of the given number	</title>
	<atom:link href="https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Mon, 18 Mar 2013 04:54:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: test		</title>
		<link>https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/comment-page-1/#comment-9616</link>

		<dc:creator><![CDATA[test]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 04:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3072#comment-9616</guid>

					<description><![CDATA[Really enjoyed this post.Thanks Again. Great.Very neat article. Awesome. test http://testdomain.com]]></description>
			<content:encoded><![CDATA[<p>Really enjoyed this post.Thanks Again. Great.Very neat article. Awesome. test <a href="http://testdomain.com" rel="nofollow ugc">http://testdomain.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: praveenkumar		</title>
		<link>https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/comment-page-1/#comment-9333</link>

		<dc:creator><![CDATA[praveenkumar]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 13:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3072#comment-9333</guid>

					<description><![CDATA[this is ur requested program to find factorial of a given number.....simulate it on IDE for ARM controller lab purpose.

(1)
MOV AL, 01
MOV BL, X
LOOK:	MUL BL
DEC BL 
JNZ LOOK
MOV FACT, AL	
END
 
(2)
MOV AL, 01
MOV BL, X
LOOK:	JZ NEXT
MUL BL
JNZ LOOK
NEXT:	MOV FACT, AL	
END
 
(3)
MOV AL, 01
MOV CL, X
LOOK:	JZ NEXT
MUL CL 
LOOP LOOK
NEXT:        MOV FACT, AL	
END]]></description>
			<content:encoded><![CDATA[<p>this is ur requested program to find factorial of a given number&#8230;..simulate it on IDE for ARM controller lab purpose.</p>
<p>(1)<br />
MOV AL, 01<br />
MOV BL, X<br />
LOOK:	MUL BL<br />
DEC BL<br />
JNZ LOOK<br />
MOV FACT, AL<br />
END</p>
<p>(2)<br />
MOV AL, 01<br />
MOV BL, X<br />
LOOK:	JZ NEXT<br />
MUL BL<br />
JNZ LOOK<br />
NEXT:	MOV FACT, AL<br />
END</p>
<p>(3)<br />
MOV AL, 01<br />
MOV CL, X<br />
LOOK:	JZ NEXT<br />
MUL CL<br />
LOOP LOOK<br />
NEXT:        MOV FACT, AL<br />
END</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: praveenkumar		</title>
		<link>https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/comment-page-1/#comment-9332</link>

		<dc:creator><![CDATA[praveenkumar]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 12:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3072#comment-9332</guid>

					<description><![CDATA[please attach the program to find factorial of a number using IDE for ARM controller to my email.....]]></description>
			<content:encoded><![CDATA[<p>please attach the program to find factorial of a number using IDE for ARM controller to my email&#8230;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: praveenkumar		</title>
		<link>https://studentprojects.in/electronics/microprocessor/asm-program-to-find-the-factorial-of-the-given-number/comment-page-1/#comment-9331</link>

		<dc:creator><![CDATA[praveenkumar]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 12:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3072#comment-9331</guid>

					<description><![CDATA[please attach the program to find factorial of a number using IDE for ARM controller.]]></description>
			<content:encoded><![CDATA[<p>please attach the program to find factorial of a number using IDE for ARM controller.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
