<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Can any one help me to convert a string from upper case to lower case' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Can any one help me to convert a string from upper case to lower case' posted on the 'Assembler Developer' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 23:17:16 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 23:17:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Can any one help me to convert a string from upper case to lower case</title>
      <link>http://www.programmersheaven.com/mb/pharabee/390985/390985/can-any-one-help-me-to-convert-a-string-from-upper-case-to-lower-case/</link>
      <description>I need help about convert a string from upper case to lower case in PIC. can any one help me plz.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/390985/390985/can-any-one-help-me-to-convert-a-string-from-upper-case-to-lower-case/</guid>
      <pubDate>Thu, 14 May 2009 04:31:11 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
    <item>
      <title>Re: Can any one help me to convert a string from upper case to lower..</title>
      <link>http://www.programmersheaven.com/mb/pharabee/390985/391082/re-can-any-one-help-me-to-convert-a-string-from-upper-case-to-lower/#391082</link>
      <description>I don't know PIC assembly very well, but the basic idea is that you first check if a character is upper case ('A'-'Z' or 65-90 in decimal) and if it is, set the fifth bit to make it lower case. You can use the bsf instruction to do this.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/390985/391082/re-can-any-one-help-me-to-convert-a-string-from-upper-case-to-lower/#391082</guid>
      <pubDate>Sat, 16 May 2009 16:54:38 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
  </channel>
</rss>