<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 8085 in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/8085/m-p/1313569#M53477</link>
    <description>&lt;P&gt;'DAD' instruction in 8085 works only with the HL pair. I just want to know that whether this instruction involves Accumulator in backend or not.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 07:44:29 GMT</pubDate>
    <dc:creator>shri</dc:creator>
    <dc:date>2021-09-10T07:44:29Z</dc:date>
    <item>
      <title>8085</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/8085/m-p/1313569#M53477</link>
      <description>&lt;P&gt;'DAD' instruction in 8085 works only with the HL pair. I just want to know that whether this instruction involves Accumulator in backend or not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 07:44:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/8085/m-p/1313569#M53477</guid>
      <dc:creator>shri</dc:creator>
      <dc:date>2021-09-10T07:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: 8085</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/8085/m-p/1313582#M53479</link>
      <description>&lt;P&gt;Oh man, stress my aging brain cells. I haven't looked at this stuff in 40 years!&lt;/P&gt;
&lt;P&gt;DAD, Double Register Add, adds the contents of B&amp;amp;C, D&amp;amp;E, H&amp;amp;L or SP to the contents of H&amp;amp;L and places the result in H&amp;amp;L. Forms are:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;DAD&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;ADD&lt;/TD&gt;
&lt;TD&gt;HL,BC&lt;/TD&gt;
&lt;TD&gt;09&lt;/TD&gt;
&lt;TD&gt;HL &amp;lt;- HL + BC&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;DAD&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;ADD&lt;/TD&gt;
&lt;TD&gt;HL,DE&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;HL &amp;lt;- HL + DE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;DAD&lt;/TD&gt;
&lt;TD&gt;H&lt;/TD&gt;
&lt;TD&gt;ADD&lt;/TD&gt;
&lt;TD&gt;HL,HL&lt;/TD&gt;
&lt;TD&gt;29&lt;/TD&gt;
&lt;TD&gt;HL &amp;lt;- HL + HL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;DAD&lt;/TD&gt;
&lt;TD&gt;SP&lt;/TD&gt;
&lt;TD&gt;ADD&lt;/TD&gt;
&lt;TD&gt;HL,SP&lt;/TD&gt;
&lt;TD&gt;39&lt;/TD&gt;
&lt;TD&gt;HL &amp;lt;- HL + SP&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can affect the Carry bit (CY), but I don't see it touching the Accumulator at all.&lt;/P&gt;
&lt;P&gt;...S&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/8085/m-p/1313582#M53479</guid>
      <dc:creator>n_scott_pearson</dc:creator>
      <dc:date>2021-09-10T09:25:54Z</dc:date>
    </item>
  </channel>
</rss>

