<?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; anu0002</title>
	<atom:link href="http://getadviced.com/author/anu0002/feed/" rel="self" type="application/rss+xml" />
	<link>http://getadviced.com</link>
	<description>An adsense revenue sharing blog...</description>
	<lastBuildDate>Fri, 28 May 2010 06:00:48 +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>8085 Simulator</title>
		<link>http://getadviced.com/8085-simulator/</link>
		<comments>http://getadviced.com/8085-simulator/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:18:06 +0000</pubDate>
		<dc:creator>anu0002</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[8085]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://getadviced.com/?p=575</guid>
		<description><![CDATA[<p>
This is a  useful simulator for who engaged with 8085 programming.  It came with a 8085 assembler, disassembler, debugger and also a compiler.  You can download an evaluation copy of this simulator from  http://www.oshonsoft.com/downloads.html.











                               
















     <a href='http://getadviced.com/8085-simulator/' rel="nofollow">[....]</a></p>Check out these interesting Posts.. Investing In Utah County Real Estate The main reason why there are a number of people...

<div style="border-width: 2px; border-style: dashed; border-color:#1E5DA5; padding-left:10px; "><b>Check out these interesting Posts.. </b><li><a href='http://getadviced.com/investing-in-utah-county-real-estate/' rel='bookmark' title='Permanent Link: Investing In Utah County Real Estate'>Investing In Utah County Real Estate</a> <small>The main reason why there are a number of people...</small></li>
</div>]]></description>
			<content:encoded><![CDATA[<p>
This is a  useful simulator for who engaged with 8085 programming.  It came with a 8085 assembler, disassembler, debugger and also a compiler.  You can download an evaluation copy of this simulator from  http://www.oshonsoft.com/downloads.html.











                               
















     <a href='http://getadviced.com/8085-simulator/' rel="nofollow">[....]</a></p>

<div style="border-width: 2px; border-style: dashed; border-color:#1E5DA5; padding-left:10px; "><b>Check out these interesting Posts.. </b><li><a href='http://getadviced.com/investing-in-utah-county-real-estate/' rel='bookmark' title='Permanent Link: Investing In Utah County Real Estate'>Investing In Utah County Real Estate</a> <small>The main reason why there are a number of people...</small></li>
</div>]]></content:encoded>
			<wfw:commentRss>http://getadviced.com/8085-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>restrict a user&#8217;s logon hours</title>
		<link>http://getadviced.com/restrict-a-users-logon-hours/</link>
		<comments>http://getadviced.com/restrict-a-users-logon-hours/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:40:12 +0000</pubDate>
		<dc:creator>anu0002</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[computer tips]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[logon hours]]></category>
		<category><![CDATA[restrict user]]></category>

		<guid isPermaLink="false">http://getadviced.com/?p=251</guid>
		<description><![CDATA[<p>Restrict a user's logon hours :-
For that you need to use the net user command  from the Command Prompt.
Start &gt;&gt; RUN &gt;&gt; type cmd and press enter
Some examples are given below
1 - net user kannan /time:M-F,09:00-15:00
2 - net user chandra /time:M-F,7am-4pm
3 - net user soorya /time:M,3am-5pm;T,2pm-4pm;W-F,7:00-17:00
4 - net user <a href='http://getadviced.com/restrict-a-users-logon-hours/' rel="nofollow">[....]</a></p>No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Restrict a user's logon hours :-
For that you need to use the net user command  from the Command Prompt.
Start &gt;&gt; RUN &gt;&gt; type cmd and press enter
Some examples are given below
1 - net user kannan /time:M-F,09:00-15:00
2 - net user chandra /time:M-F,7am-4pm
3 - net user soorya /time:M,3am-5pm;T,2pm-4pm;W-F,7:00-17:00
4 - net user <a href='http://getadviced.com/restrict-a-users-logon-hours/' rel="nofollow">[....]</a></p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://getadviced.com/restrict-a-users-logon-hours/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
