<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'how to display $ character in assembly' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'how to display $ character in assembly' posted on the 'Assembler Developer' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 23:09:51 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 23:09:51 -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>how to display $ character in assembly</title>
      <link>http://www.programmersheaven.com/mb/pharabee/411258/411258/how-to-display--character-in-assembly/</link>
      <description>Hi, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  May i know how should i display "$" character using INT21H function 09H?&lt;br /&gt;
&lt;br /&gt;
For example, "The total charge is $200"&lt;br /&gt;
&lt;br /&gt;
How should i write the coding?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/411258/411258/how-to-display--character-in-assembly/</guid>
      <pubDate>Sun, 27 Dec 2009 17:22:02 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
    <item>
      <title>Re: how to display $ character in assembly</title>
      <link>http://www.programmersheaven.com/mb/pharabee/411258/411291/re-how-to-display--character-in-assembly/#411291</link>
      <description>&lt;pre class="sourcecode"&gt;
MOV DL, '$'
MOV AH, 2
INT 21H
&lt;/pre&gt;&lt;br /&gt;
&lt;span style="color: Blue;"&gt;The first part of the output (up until $) should be printed with Function 09H, then use code above to print a dollar character and then again use 09H to print the value.&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/411258/411291/re-how-to-display--character-in-assembly/#411291</guid>
      <pubDate>Mon, 28 Dec 2009 01:00:09 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
  </channel>
</rss>
