<?xml version="1.0" encoding="utf-8" ?>
						<!-- generator="e107" -->
						<!-- content type="Forum / topic" -->
						<rss version="0.92">
						<channel>
						<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>
						<lastBuildDate>Thu, 20 Nov 2008 21:58:11 -0800</lastBuildDate>
						<docs>http://backend.userland.com/rss092</docs>

							<item>
							<title>Need a simple answer for a simple question</title>
							<description>hi,thanks for looking...i wan to keep decrease a number till 0 in ASM mode...how i know it is already 0 or it decreased more than 0 ...how to stop it </description>
							<author>&lt;noauthor@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>hi nic,well, if u are using 8051;if the numberwhich is stored in say register r5 is decremented,then use the following code:mov a,r5jz label1.        </description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>please confirm the controller u want to use??any way PSW flags can be compared  for the above operations!</description>
							<author>shyam&lt;shyam@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>hi i m using pic12f629 !i m so confused about this 1...can some1 explain it..thanks</description>
							<author>nicholastyc&lt;thamyc_2000@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>hello pdi33For incremented variable use the JC instruction like below (here r5 is limited to 16):mov a, r5cjne a,#10,label1. ;here r5 =10h.retlabel1:.</description>
							<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>H Arun, Can u please explain it in PIc languague (ASM)because i dunno about the language u used ...sorryi wan to INCF a register to 255  or DECF to 0 </description>
							<author>nicholastyc&lt;thamyc_2000@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>hi arun,thanks for pointing out my errors   actually i noticed it too so i added the last statement. anyways nic needs it in PIC for which i am as new</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>nicholastyc wrote ...H Arun, Can u please explain it in PIc languague (ASM)because i dunno about the language u used ...sorryi wan to INCF a register </description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>thanks for info...i really having problem for the encoder part...i try to use incf and decf and then btfss/btfsc STATUS,Z to check for the max 255 and</description>
							<author>nicholastyc&lt;thamyc_2000@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
							<item>
							<title>Re: Need a simple answer for a simple question</title>
							<description>actually u people are working on assembly...i didnt use assembly for years      so cant help on asm parts..have interfaced encoder on lpc21xx controll</description>
							<author>shyam&lt;shyam@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t10130.html</link>
							</item>
						</channel>
						</rss>