<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows XP Expert Zone Community WebLog - All Comments</title><link>http://weblogs.asp.net/expertzone/default.aspx</link><description>By the Windows XP experts and enthusiasts at Microsoft.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Visit the new Expert Zone Chat Room</title><link>http://weblogs.asp.net/expertzone/archive/2004/09/28/235471.aspx#7262839</link><pubDate>Sun, 22 Nov 2009 04:23:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262839</guid><dc:creator>poori</dc:creator><author>poori</author><description>&lt;p&gt;i was thinking about gettin the [url=&lt;a rel="nofollow" target="_new" href="http://unlockiphone22.com/"&gt;http://unlockiphone22.com/&lt;/a&gt;]click here[/url] &amp;nbsp;for christmas, but i heard some bad things about it :S can any one tell me a few things about it? x&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262839" width="1" height="1"&gt;</description></item><item><title>re: Visit the new Expert Zone Chat Room</title><link>http://weblogs.asp.net/expertzone/archive/2004/09/28/235471.aspx#7257959</link><pubDate>Tue, 17 Nov 2009 13:50:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7257959</guid><dc:creator>shami</dc:creator><author>shami</author><description>&lt;p&gt;Please help me to solve this question&lt;/p&gt;
&lt;p&gt;I need help with the following. Here, assembly language means Y86. There should be four separate files when complete.&lt;/p&gt;
&lt;p&gt;1) Implement dot-product of two vectors in assembly language. Assume an array of 4 elements is used to represent a vector. Should take input (1, 2, 3, 4) and (4,3,2,1)&lt;/p&gt;
&lt;p&gt;2) Use the function developed for P1 to implement matrix multiplication in assembly language. Simply consider two 4-by-4 matrices. [0, 1, 0, 1; 1, 0, 1, 0; 0, 1, 0, 1; 1, 0, 1, 0]&lt;/p&gt;
&lt;p&gt;3) Implement a function in assembly language to traverse a linked list and sum up all elements (non-recursively). (1)-&amp;amp;gt;(2)-&amp;amp;gt;(3)-&amp;amp;gt;(4)&lt;/p&gt;
&lt;p&gt;4) Redo (3) with recursion.&lt;/p&gt;
&lt;p&gt;Here's a bit I started with but doesn't work properly. I can call Multiply once. If I call it a second time it never gets back to the halt in Main.&lt;/p&gt;
&lt;p&gt;# int multiply(int number_1, int number_2)&lt;/p&gt;
&lt;p&gt;Multiply: pushl %ebp&lt;/p&gt;
&lt;p&gt;rrmovl %esp,%ebp&lt;/p&gt;
&lt;p&gt;mrmovl 12(%ebp),%ecx # ecx = number_1&lt;/p&gt;
&lt;p&gt;mrmovl 8(%ebp),%edx # edx = number_2&lt;/p&gt;
&lt;p&gt;irmovl $0, %eax # sum = 0&lt;/p&gt;
&lt;p&gt;andl %edx,%edx&lt;/p&gt;
&lt;p&gt;je mEnd&lt;/p&gt;
&lt;p&gt;mLoop: addl %ecx,%eax # add to sum&lt;/p&gt;
&lt;p&gt;irmovl $-1,%ebx #&lt;/p&gt;
&lt;p&gt;addl %ebx,%edx # number_2--&lt;/p&gt;
&lt;p&gt;jne mLoop # Stop when 0&lt;/p&gt;
&lt;p&gt;mEnd:&lt;/p&gt;
&lt;p&gt;rrmovl %ebp,%esp&lt;/p&gt;
&lt;p&gt;popl %ebp&lt;/p&gt;
&lt;p&gt;ret&lt;/p&gt;
&lt;p&gt;#int dotproduct(int vector_1, int vector_2)&lt;/p&gt;
&lt;p&gt;DotProduct: pushl %ebp&lt;/p&gt;
&lt;p&gt;rrmovl %esp,%ebp&lt;/p&gt;
&lt;p&gt;mrmovl 12(%ebp),%ecx # ecx = vector_1&lt;/p&gt;
&lt;p&gt;mrmovl 8(%ebp),%edx # edx = vector_2&lt;/p&gt;
&lt;p&gt;irmovl $0, %edi # sum = 0&lt;/p&gt;
&lt;p&gt;irmovl $1, %ebx&lt;/p&gt;
&lt;p&gt;mrmovl (%ecx), %eax&lt;/p&gt;
&lt;p&gt;pushl %eax&lt;/p&gt;
&lt;p&gt;mrmovl (%edx), %eax&lt;/p&gt;
&lt;p&gt;pushl %eax&lt;/p&gt;
&lt;p&gt;call Multiply&lt;/p&gt;
&lt;p&gt;addl %eax,%edi&lt;/p&gt;
&lt;p&gt;popl %eax&lt;/p&gt;
&lt;p&gt;popl %eax&lt;/p&gt;
&lt;p&gt;rrmovl %edi,%eax&lt;/p&gt;
&lt;p&gt;rrmovl %ebp,%esp&lt;/p&gt;
&lt;p&gt;popl %ebp&lt;/p&gt;
&lt;p&gt;ret&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7257959" width="1" height="1"&gt;</description></item><item><title>re: Tutorial: Fix the error “Volume Control Program has not been installed” from Media Blab.com.</title><link>http://weblogs.asp.net/expertzone/archive/2006/09/29/Tutorial_3A00_-Fix-the-error-_1C20_Volume-Control-Program-has-not-been-installed_1D20_-from-Media-Blab.com_2E00_.aspx#7256165</link><pubDate>Mon, 16 Nov 2009 03:59:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7256165</guid><dc:creator>-</dc:creator><author>-</author><description>&lt;p&gt;SAVE ME, after i have reformat computer the voloume controller when missing , no sound or music can be heard after that , before reformat everything was fine, but now...:C&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7256165" width="1" height="1"&gt;</description></item><item><title>re: Community Service in the name of technology: Talking with PC User Group Leaders at Consumer Electronics Show</title><link>http://weblogs.asp.net/expertzone/archive/2005/01/07/348307.aspx#7244654</link><pubDate>Sun, 01 Nov 2009 15:57:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244654</guid><dc:creator>Farenarry</dc:creator><author>Farenarry</author><description>&lt;p&gt;Yo!&lt;/p&gt;
&lt;p&gt;New here and first post.&lt;/p&gt;
&lt;p&gt;I am girl, 27 years old from France&lt;/p&gt;
&lt;p&gt;I &amp;nbsp;enjoyed here.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sencillamentesimple.wordpress.com/2009/07/22/acai-berry-nuevo-engano"&gt;sencillamentesimple.wordpress.com/.../acai-berry-nuevo-engano&lt;/a&gt; - Botijos&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244654" width="1" height="1"&gt;</description></item><item><title>re: What's Hot: MVP sites with helpful SP2 information; Live webcasts on SP2; Chats &amp; newsgroups; What's this blog?</title><link>http://weblogs.asp.net/expertzone/archive/2004/08/27/221751.aspx#7244652</link><pubDate>Sun, 01 Nov 2009 15:51:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244652</guid><dc:creator>Farenarry</dc:creator><author>Farenarry</author><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;New here and first post.&lt;/p&gt;
&lt;p&gt;I am male, 29 years old from England&lt;/p&gt;
&lt;p&gt;I &amp;nbsp;enjoyed here.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sencillamentesimple.wordpress.com/2009/07/22/acai-berry-nuevo-engano"&gt;sencillamentesimple.wordpress.com/.../acai-berry-nuevo-engano&lt;/a&gt; - Botijos&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244652" width="1" height="1"&gt;</description></item><item><title>re: Forum Discussion: Selected updates won’t install on Windows XP – Neowin.net Forums.               </title><link>http://weblogs.asp.net/expertzone/archive/2005/05/31/409839.aspx#7244649</link><pubDate>Sun, 01 Nov 2009 15:46:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244649</guid><dc:creator>Farenarry</dc:creator><author>Farenarry</author><description>&lt;p&gt;Yo!&lt;/p&gt;
&lt;p&gt;New here and first post.&lt;/p&gt;
&lt;p&gt;I am boy, 27 years old from Portugal&lt;/p&gt;
&lt;p&gt;I &amp;nbsp;enjoyed here.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sencillamentesimple.wordpress.com/2009/07/22/acai-berry-nuevo-engano"&gt;sencillamentesimple.wordpress.com/.../acai-berry-nuevo-engano&lt;/a&gt; - Botijos&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244649" width="1" height="1"&gt;</description></item><item><title>re: Transparent Icon Labels</title><link>http://weblogs.asp.net/expertzone/archive/2004/08/23/219040.aspx#7244202</link><pubDate>Sun, 01 Nov 2009 01:14:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7244202</guid><dc:creator>Marcin</dc:creator><author>Marcin</author><description>&lt;p&gt;thanks, my 1 year old son changed it and I couldn't make it transparent back again. now after days of tornments - all the pain is gone :))&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7244202" width="1" height="1"&gt;</description></item><item><title>re: Forum Discussion: How to set up TV with STB and Xbox, and TV with STB and MCE PC, the Green Button 360, September 11, 2006.  </title><link>http://weblogs.asp.net/expertzone/archive/2006/09/13/Forum-Discussion_3A00_-How-to-set-up-TV-with-STB-and-Xbox_2C00_-and-TV-with-STB-and-MCE-PC_2C00_-the-Green-Button-360_2C00_-September-11_2C00_-2006.--.aspx#7242762</link><pubDate>Thu, 29 Oct 2009 20:49:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7242762</guid><dc:creator>Prighamigma</dc:creator><author>Prighamigma</author><description>&lt;p&gt;&amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://dysonbladelessfan.com&amp;gt;Dyson"&gt;http://dysonbladelessfan.com&amp;gt;Dyson&lt;/a&gt; Air Multiplier&amp;lt;/a&amp;gt; &lt;/p&gt;
&lt;p&gt;Dyson bladeless fan. Can a fan without any blades be more effective as a regular fan?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7242762" width="1" height="1"&gt;</description></item><item><title>re: Forum Discussion: Links will not open in Outlook Express e-mail, but it isn’t because of the security settings this time around – Bleeping Computer.            </title><link>http://weblogs.asp.net/expertzone/archive/2005/09/01/424248.aspx#7237138</link><pubDate>Fri, 23 Oct 2009 13:36:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7237138</guid><dc:creator>Arnold87</dc:creator><author>Arnold87</author><description>&lt;p&gt;Interviews should not be phony &amp;amp;amp; intimidating just a form of getting to know somone at a first impression &amp;amp;amp; learning the skills they possess. , &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7237138" width="1" height="1"&gt;</description></item><item><title>re: Tip: Keep control of sent email, posted September 9, 2006, The Kim Komando Show. </title><link>http://weblogs.asp.net/expertzone/archive/2006/09/13/Tip_3A00_-Keep-control-of-sent-email_2C00_-posted-September-9_2C00_-2006_2C00_-The-Kim-Komando-Show.-.aspx#7237020</link><pubDate>Fri, 23 Oct 2009 11:35:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7237020</guid><dc:creator>Boy49</dc:creator><author>Boy49</author><description>&lt;p&gt;While the process is running, a portion of the &amp;nbsp; context, called the working set, is resident in memory. , &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7237020" width="1" height="1"&gt;</description></item></channel></rss>