<?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: today update 8/6/12. Problem in bitwise OR</title>
	<atom:link href="https://www.emblogic.com/blog/06/today-update-8612/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/today-update-8612/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: sandeep.kumar</title>
		<link>https://www.emblogic.com/blog/06/today-update-8612/#comment-790</link>
		<dc:creator><![CDATA[sandeep.kumar]]></dc:creator>
		<pubDate>Sat, 09 Jun 2012 08:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3101#comment-790</guid>
		<description><![CDATA[got it. 

1111111111111111111 means -ve
then
000000000000000000
adding 1
000000000000000001]]></description>
		<content:encoded><![CDATA[<p>got it. </p>
<p>1111111111111111111 means -ve<br />
then<br />
000000000000000000<br />
adding 1<br />
000000000000000001</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msiddarth</title>
		<link>https://www.emblogic.com/blog/06/today-update-8612/#comment-788</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Sat, 09 Jun 2012 05:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3101#comment-788</guid>
		<description><![CDATA[The program will be evaluated in this form: ((~x) &#124; x)
i.e. In step1 the complement of X will become
   11.....10 
and also the value of x will not be updated with the same complement value hence
  11.....10
&#124; 00.....01
--------------
  11.....11
---------------
and the value of 111....11 is -1 in two&#039;s complement compiler.
Hence we are getting the value as -1]]></description>
		<content:encoded><![CDATA[<p>The program will be evaluated in this form: ((~x) | x)<br />
i.e. In step1 the complement of X will become<br />
   11&#8230;..10<br />
and also the value of x will not be updated with the same complement value hence<br />
  11&#8230;..10<br />
| 00&#8230;..01<br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
  11&#8230;..11<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
and the value of 111&#8230;.11 is -1 in two&#8217;s complement compiler.<br />
Hence we are getting the value as -1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
