<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-01T23:31:06-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10552.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>which of the coding better? on what condition need to use which coding?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>Re: ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator>sashijoseph</dc:creator>
						<dc:subject></dc:subject>
						<description>ASM is always better....gives you the most efficient code size,exposes all the dirty details of the hardware you're programming,which in turn makes your concepts of the underlying architecture strong.But if you've used high level languages before and want to start off in  hurry then C is the best.Complex projects can be managed easily and the lowest learning curve is involved especially with a number of libraries provided by the compiler maker.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>Re: ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>I prefer C over assembly, but i never say "leave ASM".best combination is C+ASM >>  more flexibility. more optimization, faster and efficient code</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>Re: ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator>mic_k86</dc:creator>
						<dc:subject></dc:subject>
						<description>in a microcontroller can combine on C and ASM? the coding will not coflict with each other?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>Re: ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>yes you can combine easily..use the C preprocessor #pragmae.g.CODE:#pragma asm<br />mov a,@r0<br />#pragma endasm<br />&nbsp;</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10552.html">
						<title>Re: ASM coding vs C language coding</title>
						<link>http://www.8051projects.net/forum-t10552.html</link>
						<dc:date>2008-12-01T23:31:06-08:00</dc:date>
						<dc:creator>mohamed gaber</dc:creator>
						<dc:subject></dc:subject>
						<description>how can i write asm in the c code in kiel compilerOOOOOH , I'm forget I love asm over C</description>
						</item>
				</rdf:RDF>