<?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 Intel 8086 instruction fetching in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1236765#M48360</link>
    <description>&lt;P&gt;Recently, I've started working on a small computer project which uses i8086 as its main CPU. Everything seems to be working fine, except instruction fetching from EEPROM. It is confusing, and I may be missing something, but I've tried tonnes of combinations using my two EEPROM chips (Lower and upper byte per chip, even and odd address chips etc.). IP increments by 2, apparently due to the fact that i8086 reads instruction words (16-bit)... But, as I've said, it's pretty unpredictable. The program I wrote is located at the address FFFF0h (initial boot sequence). The instruction (which I've translated to hex using iAPX devellopment enviroment for MS DOS) looks like this:&lt;BR /&gt;&lt;BR /&gt;EA 2D F0&lt;BR /&gt;&lt;BR /&gt;Program execution should jump to address F02D0h.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If there is someone old enough who knows where the problem lies or has worked with the 8086 CPU and can offer an optimal solution, I'd be very thankful!&lt;/P&gt;</description>
    <pubDate>Sun, 13 Dec 2020 11:25:36 GMT</pubDate>
    <dc:creator>iWizz</dc:creator>
    <dc:date>2020-12-13T11:25:36Z</dc:date>
    <item>
      <title>Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1236765#M48360</link>
      <description>&lt;P&gt;Recently, I've started working on a small computer project which uses i8086 as its main CPU. Everything seems to be working fine, except instruction fetching from EEPROM. It is confusing, and I may be missing something, but I've tried tonnes of combinations using my two EEPROM chips (Lower and upper byte per chip, even and odd address chips etc.). IP increments by 2, apparently due to the fact that i8086 reads instruction words (16-bit)... But, as I've said, it's pretty unpredictable. The program I wrote is located at the address FFFF0h (initial boot sequence). The instruction (which I've translated to hex using iAPX devellopment enviroment for MS DOS) looks like this:&lt;BR /&gt;&lt;BR /&gt;EA 2D F0&lt;BR /&gt;&lt;BR /&gt;Program execution should jump to address F02D0h.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If there is someone old enough who knows where the problem lies or has worked with the 8086 CPU and can offer an optimal solution, I'd be very thankful!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 11:25:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1236765#M48360</guid>
      <dc:creator>iWizz</dc:creator>
      <dc:date>2020-12-13T11:25:36Z</dc:date>
    </item>
    <item>
      <title>Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237205#M48384</link>
      <description>&lt;P&gt;iWizz, Thank you for posting in the Intel® Communities Support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In order for us to be able to provide the most accurate assistance on this matter, we just wanted to confirm a few details:&lt;/P&gt;&lt;P&gt;Could you please confirm the model of the Intel® Processor that you are using? I cannot find it on our web site:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ark.intel.com/content/www/us/en/ark.html" target="_blank"&gt;https://ark.intel.com/content/www/us/en/ark.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are you a developer?&lt;/P&gt;&lt;P&gt;What is the "small computer project" about?&lt;/P&gt;&lt;P&gt;Is it about hardware or software?&lt;/P&gt;&lt;P&gt;Please provide the SSU report so we can verify further details about the components in your platform, please check all the options in the report including the one that says "3rd party software logs"&lt;/P&gt;&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-?product=91600" target="_blank"&gt;https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows-?product=91600&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any questions, please let me know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Albert R.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2020 22:04:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237205#M48384</guid>
      <dc:creator>Alberto_Sykes</dc:creator>
      <dc:date>2020-12-14T22:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237217#M48386</link>
      <description>Hi Albert,&lt;BR /&gt;&lt;BR /&gt;I’m using an Intel 8086 microprocessor which was designed in the late 1970s and is discontinued unfortunately. I’ve contacted Intel support a couple of weeks ago regarding a similar matter and they’ve told me the best course of action is to ask the community here. I’m working on a personal project of mine (you could call it a hobby). What I’m doing is assembling a computer from microchips (it’s currently on breadboards but soon enough I’ll create an appropriate printed board).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Vito Tomas</description>
      <pubDate>Mon, 14 Dec 2020 22:42:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237217#M48386</guid>
      <dc:creator>iWizz</dc:creator>
      <dc:date>2020-12-14T22:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237352#M48397</link>
      <description>&lt;P&gt;Hhmmm, from what I remember, the EA opcode is for an absolute far jump. That is, to jump to F02D0h, you need to code EA 00 00 2D F0.&lt;/P&gt;
&lt;P&gt;...S&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 06:22:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237352#M48397</guid>
      <dc:creator>n_scott_pearson</dc:creator>
      <dc:date>2020-12-15T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237607#M48403</link>
      <description>&lt;P&gt;Hi iWizz, Thank you very much for providing that information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We really hope the information provided by n_scott_pearson was useful and helpful for you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Otherwise, since we are talking about an Intel® Microprocessor, the best thing to do will be to get in contact directly with Rochester Electronics for further assistance on this matter since they are the ones that support this kind of product:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.rocelec.com/solutions?ads_cmpid=825195577&amp;amp;ads_adid=41106835423&amp;amp;ads_matchtype=e&amp;amp;ads_network=g&amp;amp;ads_creative=477928989106&amp;amp;utm_term=rochester%20electronics&amp;amp;ads_targetid=kwd-311993579716&amp;amp;utm_campaign=&amp;amp;utm_source=adwords&amp;amp;utm_medium=ppc&amp;amp;ttv=2&amp;amp;gclid=EAIaIQobChMIu86m1vDQ7QIVaiitBh0K2Q7_EAAYASAAEgJGb_D_BwE" target="_blank"&gt;https://www.rocelec.com/solutions?ads_cmpid=825195577&amp;amp;ads_adid=41106835423&amp;amp;ads_matchtype=e&amp;amp;ads_network=g&amp;amp;ads_creative=477928989106&amp;amp;utm_term=rochester%20electronics&amp;amp;ads_targetid=kwd-311993579716&amp;amp;utm_campaign=&amp;amp;utm_source=adwords&amp;amp;utm_medium=ppc&amp;amp;ttv=2&amp;amp;gclid=EAIaIQobChMIu86m1vDQ7QIVaiitBh0K2Q7_EAAYASAAEgJGb_D_BwE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Albert R.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Dec 2020 21:01:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1237607#M48403</guid>
      <dc:creator>Alberto_Sykes</dc:creator>
      <dc:date>2020-12-15T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238485#M48447</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer. There’s only one more detail that needs to be addressed. I have two EEPROMs, both with 8-bit data lengths. Should my memory table look like this?&lt;BR /&gt;&lt;BR /&gt;Address|EEPROM1|EEPROM2&lt;BR /&gt;——————————————&lt;BR /&gt;FFFF0h|       EA        |       x&lt;BR /&gt;——————————————&lt;BR /&gt;FFFF1h|         X        |      00&lt;BR /&gt;——————————————&lt;BR /&gt;FFFF2h|         00      |        X&lt;BR /&gt;——————————————&lt;BR /&gt;FFFF3h|         X        |      2D&lt;BR /&gt;——————————————&lt;BR /&gt;FFFF4h|        F0      |        X&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;X meaning that it doesn’t matter what data is on the specific address. &lt;BR /&gt;&lt;BR /&gt;From what I’ve gathered even addressed locations are read form one EEPROM and odd addressed locations are read from the other one.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2020 23:01:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238485#M48447</guid>
      <dc:creator>iWizz</dc:creator>
      <dc:date>2020-12-17T23:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238486#M48448</link>
      <description>Hi Albert,&lt;BR /&gt;&lt;BR /&gt;I think I’ll be able to get my questions answered here this time. Thank you very much for the support (and recommending Rochester Electronics, I’ll keep that in mind) ! &lt;BR /&gt;&lt;BR /&gt;VT&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2020 23:05:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238486#M48448</guid>
      <dc:creator>iWizz</dc:creator>
      <dc:date>2020-12-17T23:05:24Z</dc:date>
    </item>
    <item>
      <title>Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238755#M48466</link>
      <description>&lt;P&gt;Hi iWizz, Thank you very much for your response.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Perfect, no problem at all, hopefully, &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/53253"&gt;@n_scott_pearson&lt;/a&gt; will be able to provide further details about this matter.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any other inquires, do not hesitate to contact us again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Albert R.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2020 15:48:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238755#M48466</guid>
      <dc:creator>Alberto_Sykes</dc:creator>
      <dc:date>2020-12-18T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238858#M48476</link>
      <description>&lt;P&gt;Sorry, I cannot help any further. All I can say is I do not remember the code being interleaved on the EEPROMs. It might be possible to set it up this way, but that's not what I remember. Of course, we are talking almost 40 years ago...&lt;/P&gt;
&lt;P&gt;...S&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 00:44:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238858#M48476</guid>
      <dc:creator>n_scott_pearson</dc:creator>
      <dc:date>2020-12-19T00:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel 8086 instruction fetching</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238928#M48479</link>
      <description>Ok, thanks for the help! I’ve done some testing of my own and figured out that the CPU fetches the correct instructions from EEPROMs only when one instruction stream in one EEPROM is shifted by one address compared to the other one.&lt;BR /&gt;&lt;BR /&gt;Here’s an example:&lt;BR /&gt;&lt;BR /&gt;EEPROM1 |  EA  | 00 | 00 | 2D | F0&lt;BR /&gt;EEPROM2 |  00  | 00 | 2D | F0 | X&lt;BR /&gt;&lt;BR /&gt;EEPROM1 -&amp;gt; lower 8 bits of data&lt;BR /&gt;EEPROM2 -&amp;gt; higher 8 bits of data &lt;BR /&gt;&lt;BR /&gt;It’s a bit weird but it works.</description>
      <pubDate>Sat, 19 Dec 2020 08:24:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Intel-8086-instruction-fetching/m-p/1238928#M48479</guid>
      <dc:creator>iWizz</dc:creator>
      <dc:date>2020-12-19T08:24:31Z</dc:date>
    </item>
  </channel>
</rss>

