Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • I wonder if it's feasible that z80 be inserted into and considered a part of 8008-8080-8086 evolving tree especially for a 3rd party manufacturer such as the USSR. Commented Apr 14, 2021 at 5:40
  • @Schezuk Would it matter? The switch happened anyway, no matter if one did put an emphasis on the 8080, like the USSR did, or used the Z80 instead, like the GDR did. Both ended up going for 8086 later on. GDR even somewhat faster IIRC. Commented Apr 14, 2021 at 5:42
  • 1
    8086 in the USSR? I can't think of any such computer. Commented Apr 14, 2021 at 10:20
  • @OmarL see wiki K1810VM86 Commented Apr 14, 2021 at 15:05
  • 3
    @Schezuk Isn't that more like another question? In general, look at the Interrupt response time. The great advantage of the Z80 over the 8080 was it's direct(er) interrupt handling and second register set, saving many cycles when used for this. Speeding response time up quite a lot. While interrupt handling was eased on the 86 by having more vectors, it was slower as well due long vectors and register saving. So Z80 could, at similar clockspeeds, still run circles around an 8086. Commented Apr 15, 2021 at 10:48