The History of Zilog & Z80

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 307

  • @Co-opSource
    @Co-opSource 4 місяці тому +37

    My dad was the CFO at Zilog for a while and we used to play racketball with Federico on occasion. Super nice and very smart man. OG engineer

    • @christopheroliver148
      @christopheroliver148 3 місяці тому +2

      Is his last name pronounced fah-Jeen? There's an vintage Italian bicycle frame maker from my youth with that name. Besides being a bicycle nerd, I got to hack on Z80s on several platforms, mainly the Kaypro II under CP/M using Microsoft's M80 assembler.

  • @barryschalkwijk9388
    @barryschalkwijk9388 9 днів тому +1

    It's quite crazy how so many retro videos feature the Zilogs heavy hitters but the company itself is like ignored completely. Thank you for making this!

  • @MichalKobuszewski
    @MichalKobuszewski 4 місяці тому +102

    We hobbyists won't let the ol' Z80 die that easily. I'm working on a Z80-based computer with 512K of paged RAM, full bells and whistles like Ethernet, MIDI, OPL2, SD card, 800x480 LCD, serial, PS/2 and more to come. It's just executing NOPs at the moment while I am waiting for the Flash programmer to show up, and will not stop until CP/M and Zork are running! :)

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +9

      Nice to here, if you've got any information available pulbicly for it send me a link. I would be interested to have a nose.

    • @lovemadeinjapan
      @lovemadeinjapan 4 місяці тому

      hope you can make a low chipcount video controller that runs 5V as well, no FPGA or 32 bit Pico as sidekick please.

    • @matthehat
      @matthehat 4 місяці тому

      Are you using RomWBW?

    • @ian_b
      @ian_b 4 місяці тому

      I've loved the Z80 since my ZX81. I wished it had evolved into our time like x86.

    • @MichalKobuszewski
      @MichalKobuszewski 4 місяці тому

      @@RetroBytesUK Sure! It might be a month or two until things are ready, but it's also a good thing since I've found and fixed two bugs on my PCBs (and will probably find more). I'll be more than happy to release everything on GitHub!

  • @donnieweston3249
    @donnieweston3249 4 місяці тому +25

    I must say that I have come to the conclusion that your channel is my top retro tech YT channels. Your topics, commentary, detail and humor are spot on. I find myself rewatching your videos more and more other as I pick up on details I missed the first time.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +2

      Thanks Donnie, thats nice of you to say.

    • @donnieweston3249
      @donnieweston3249 4 місяці тому +1

      @@RetroBytesUK Your very welcome.

  • @scottfranco1962
    @scottfranco1962 4 місяці тому +12

    Nice overview.
    I used the Z80 from 1979 until about 1987. By then you could get 16 bit memory for the S-100 bus, and 24 bit addressing. I used a homemade bank selector to access the extended memory, and had a 256kb card for the machine. When the Z280 came out, I moved to that. It was a 16 bit Z80 compatible CPU with a highly extended instruction set, and I made (and sold) an adapter that plugged that into a standard Z80 socket. The Z280 also had a memory pager built in, so that addressing 256kb in 4kb pages was possible.
    Turned out the Z280 was buggy, and I ended up working for Zilog to try to fix some of the bugs. We spun the chip with a series of fixes, but it turned out the fundamental bugs were masking bigger and more serious bugs in the chip, and the CEO cancelled the chip. It now lives on as the EZ80, but I learned my lesson and headed on to the 80386.
    What you are referring to as the Z800 became the Z280. The original design had a lot of problems, so you can't really say they ignored it as much as it had fundamental design issues and they canceled the project. Then it came back as the Z280, and got cancelled again, then came back yet again as the EZ80. However the EZ80 was not compatible with the Z280, so there you go.
    You can still get the Z80 in the form of more advanced chips, and the "death of the Z80" headline was somewhat inaccurate. Yes, they discontinued an obsolete form of the chip, but there are many other instruction compatible versions. I think the most sensible design is to use one of several FPGA versions of the Z80 instruction set. Then you can use a relatively cheap FPGA with a Z80, several peripherals, and a chip with 100's of I/O's to boot.

    • @christopheroliver148
      @christopheroliver148 3 місяці тому

      24 bit? Via bank switching?

    • @scottfranco1962
      @scottfranco1962 3 місяці тому

      @@christopheroliver148 4kb page lookup. So the top 4 bits selected one of 16 pages in the lookup, and each of those pages had a 12 bit page address, so 12 bits page+12 bits page address = 24 bit total address.

    • @scottfranco1962
      @scottfranco1962 3 місяці тому

      @@christopheroliver148 via a 16 page lookup, indexed by the top 4 bits of the address. Each page had a 12 bit page address, so 12 bit page and 12 bit page address = 24 bits. Do a web search and you can still find the manual for it if interested.

  • @janhofmann3499
    @janhofmann3499 4 місяці тому +10

    I still can remember watching my brother on the family summer vacation writing down z80 assembly by hand and then writing down the binary in hex and finally "linking’ it by counting code length.. at age 12-13! Back home it was tested on an zx81..

    • @neohermitist
      @neohermitist 4 місяці тому +1

      That's some hard core stuff. I had a TS1000 at the same age and even had a book on assembly programming but could never get the hang of it.

    • @Foersom_
      @Foersom_ 4 місяці тому

      Assembler instructions on paper, then hand translated to hex machine code, then entered in data statements in Basic. This was the way I wrote lots of Z80 assembler for MSX.

    • @christopheroliver148
      @christopheroliver148 3 місяці тому +1

      The only think I've done comparable was hand disassembling the ROM from a Kaypro II that along with the video page was a bank swap with the lowest addressed 4K. That little spiral bound reference for Z80 machine code got rather worn.

  • @deechvogt1589
    @deechvogt1589 4 місяці тому +21

    Z-80 + CP/M will always have a place in my heart. I loved my Kaypro II Z80 at 2.5Mhz 64K of RAM and two 191K Single Sided Double Density full height 5 1/4 inch disk drives, CP/M 2.2. Oh, those were the days. Thanks for making this video.

    • @MrNoahTall
      @MrNoahTall 4 місяці тому +1

      I used a Sanyo MBC-1000 with a Z80A and CP/M well into the DOS era. Didn’t see a reason to change until lured by a deal for a PC with a 20 MB hard drive.

    • @keithwhitehead4897
      @keithwhitehead4897 3 місяці тому

      I still have my Kaypro 4 and 10 as well as an Osbourne 1.

  • @Carstuff111
    @Carstuff111 4 місяці тому +3

    New RetroBytes video? This just made my weekend much more relaxing and I get to learn more about a CPU I knew little about growing up, but had used without knowing.

  • @fsfs555
    @fsfs555 4 місяці тому +7

    They probably could've made the Z8000 work if they did the Sega Mega Drive/Genesis approach (~10 years later) and integrate the older part as a subcomponent of the new system, for example the Z80 could've done memory management or IO handling for the Z8000 when the Z8000 was running, or it could've run in legacy mode and run Z80 code directly. It could have been as simple as switching from real mode to protected mode on a 286, or even just use interrupts to pass off instructions to the Z80, or it could have been like switching endianness on a PPC in that you'd need a reboot to switch between environments. Either way it would have been a useful stopgap to wean people off the earlier ISA onto the new one. As was the fate of so many architectures, though, it probably still wouldn't have saved it without a killer app for the Z8000. If only Zilog could have ditched Exxon and gotten the IBM PC deal, they could've made MSDOS a Z8000 exclusive.

  • @ian_b
    @ian_b 4 місяці тому +16

    I find it interesting that at that time, all the CPU manufacturers thought creating new products meant new architectures, so the Z800 and Z8000 were completely new designs nothing like the Z80. It turned out that the way forward was evolutionary with extending present architectures, as with the x86 line. Code compatibility and developer familiarity were way more important that radical new architectures (as Intel themselves discovered with iAPX432 and Itanium).

    • @handlesarefeckinstupid
      @handlesarefeckinstupid 4 місяці тому

      Yeah no. Tell Arm that. The Archimedes was way ahead, but failed due to brainwashing. Yet now ARM is pulling ahead

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому +3

      6502 was incompatible to 6800 . Z80 was compatible with 8080 . Yeah, success made Zilog blind.

    • @ian_b
      @ian_b 4 місяці тому +2

      @@ArneChristianRosenfeldt We can't blame them really. The technology was developing very fast and nobody thought sticking to a simple architecture was the way forward, the designers all wanted to create new chips that were more advanced architectures, a "mainframe on a chip" etc.
      We have the benefits of hindsight that they didn't have.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому

      @@ian_b I read that Zilog did not want to use microcode. As we know (hindsight) this means that we have to use RISC and microcode come back through the back door as cache logic / pipeline stalls/ instruction queue. RISC as a chip is complex.
      Zilog could have employed perfectly orthogonal addressing mode and instruction or even load-store. Though what I don’t get: reg-reg 3 stage pipeline is so simple. ARM uses this. Why did Zilog not emphasis reg-reg instructions?
      Intel 8008 had a hardware stack. Maybe push and pop so could effectively be reg-reg instructions. Overflow would call a trap to RISC code which swaps out values to a larger stack in RAM. All known at the time.

    • @ian_b
      @ian_b 4 місяці тому

      @@ArneChristianRosenfeldt Not sure I understand all your points. The Z80 stack is very flexible (I write for PIC MCUs these days and the small hardware stacks are a pain). They could indeed have made the Z80 more orthogonal or done many other things but having an accumulator was quite normal at the time and the 16 bit semi-accumulator hl was nice. Also pipelines were a long way in the future.
      They were I think focussed on creating an 8080 superset and did a very good job of that. If I had a hindsight criticism I would say they should have pushed for higher speed earlier. I still love the Z80 instruction set and sometimes write 8 bit PIC code as pseudo-Z80 with file registers called a, h, l etc.
      😁

  • @MoreFunMakingIt
    @MoreFunMakingIt 4 місяці тому +4

    Brilliant episode! Probably my favourite CPU. A real marvel that it's still relevant all these years later.

  • @subynut
    @subynut 4 місяці тому +2

    It's a neat little CPU! The first time I learned about the Z80 microprocessor was my father talking about it in the ColecoVision we had back when I was little.

  • @Roxor128
    @Roxor128 4 місяці тому +4

    Side-note: like the 4004, the 8008 was also a contracted design. This time for the Datapoint minicomputer company. They wanted a single-chip implementation of their 2200 minicomputer, and asked both Intel and Texas Instruments to have a shot at it, but turned down both designs for being too slow compared to what they'd already built out of discrete chips. TI couldn't find a buyer for their implementation, but Intel managed to sell the 8008 as a general-purpose microprocessor. The 8080 was derived from it based on customer feedback, and the 8086 as a 16-bit design derived from that.

  • @borisgalos6967
    @borisgalos6967 4 місяці тому +10

    I still, somewhere, have my Captain Zilog t-shirt from when I took their Z-8000 course. Great architecture, shame the Z-8001 had such problems in the first batch.
    And the Z-80 was such a pretty chip. As an example, even 45 years later I still remember the LDIR instruction (LoaD Increment Repeat - EDB0) and the registers you needed to load before calling it. Having to do that in a loop on processors that came out years later still seems primitive.

    • @lovemadeinjapan
      @lovemadeinjapan 4 місяці тому +1

      I think current Z80 assembly cowboys no longer use LDIR, as you can move blocks faster with the stack....

    • @TSteffi
      @TSteffi 4 місяці тому

      ​@@lovemadeinjapanI don't think so. No matter what kind of trickery you do with the stack, you would still have to run a loop with individual instructions for each byte.
      LDIR is the fastest way to move data on the Z80. Only reason some people don't use it is for compatibility with the 8080.

  • @gauchomexica
    @gauchomexica 20 днів тому

    “A professional Kermit impersonator” is the best jab at someone Ive heard in a long time. Well done Sir. British humor, always prevails.

  • @edgeeffect
    @edgeeffect 3 місяці тому

    I love this background style... lots of slow "beauty pans" over some of our favourite old machines... with that nice wooden table for contrast. Very nice, very gentle.
    So much better than the rather hectic computer graphics that I think I've moaned about in the past.

  • @meme-d2h1g
    @meme-d2h1g 4 місяці тому +1

    Love your videos. I hope you keep making them for a long while. I started out with in the C64/Amiga/286 era but didn't really get into things until the 286 so it is nice to see some of this older stuff in detail.

  • @youcantata
    @youcantata 4 місяці тому +13

    IMHO, their mistake is not making Z80 based microcontroller early, like competing intel 8051 controller. 8051 is not code compatible with massively popular 8085. Considering popularity of Z80 then, such microcontroller would be instant hit.

    • @hrford
      @hrford 4 місяці тому

      In 2001, they did just that:
      The Zilog eZ80 is an 8-bit microprocessor designed by Zilog as an updated version of the company's first product, the highly-successful Zilog Z80. The eZ80 is binary compatible with the Z80, but operating almost three times faster at the same clock frequency.

  • @JVHShack
    @JVHShack 4 місяці тому +2

    This video will definitely help me in my research on the Z80. I, too, hope to create my own homebrew Z80-ish based computer someday. Perhaps the eZ80?
    This video is saved in my "watch later" list!

  • @harrkev
    @harrkev 4 місяці тому +2

    Ha. I was born before the Z80 and I outlived it. Now I'm definitely old.

  • @leeselectronicwidgets
    @leeselectronicwidgets 4 місяці тому +2

    While the biggest slice of the pie in the retro computing days goes to the z80 and 6502, the 6809 also had a look-in too...
    The z80 is also used in loads of early digitally controlled synths too (as was to a lesser degree the 6809, but never the 6502, weirdly)

  • @bjorngrewe1980
    @bjorngrewe1980 4 місяці тому +2

    I haven't watched the episode *yet* - but when I heard a few weeks ago that the Z80 was about to be discontinued the question what the content of your next video would be was a no-brainer 😉

  • @kaitlyn__L
    @kaitlyn__L 4 місяці тому +5

    Does anyone else call the Intel 8008 "the boob"? 😅 You know, because calculators. I found myself going "ah yes, the boob" when it came up onscreen...

  • @marksterling8286
    @marksterling8286 4 місяці тому +5

    Love all your videos, I often take myself to a cafe at Meadowhall and watch your videos while drinking my coffee and eating my eggs Benedict. Thank you another brilliant video.

  • @tonysharp5798
    @tonysharp5798 4 місяці тому +1

    I learned to programme in machine code with the Z80, what memories!!!!

  • @theantipope4354
    @theantipope4354 4 місяці тому +3

    29:40 Cue the infamous, possibly apocryphal story about Gary Kildall (the boss of CP/M) bailing on meeting IBM rep's because he wanted to fly his plane that day, & IBM hitting up Microsoft for an OS instead of CP/M, & ending up with MSDOS instead.

  • @robertfindley921
    @robertfindley921 4 місяці тому +6

    When I was in college, the first thing you did for any project was grab a Z80.

  • @carguyuk7525
    @carguyuk7525 4 місяці тому +6

    We had two RML CPM 380z at school in early 80s. Great way to learn about how computers work.

    • @edgeeffect
      @edgeeffect 4 місяці тому

      @@carguyuk7525 the first computer I ever touched was our school's cassette 380Z... hand assembling Z80 code with a pencil and paper. We later got another, running CP/M and that had an actual Z80 assembler. Not as much of a delight as the BBC micro's assembler (the CP/M text editor was quite hard work) but lovely all the same.

  • @xlerb2286
    @xlerb2286 4 місяці тому

    Back many years ago I built a Z-80 based system from scratch. It had a Z-80B running at the full 6MHz, 64K of 150nSec static ram, 32K ROM, 24 bits of parallel I/O, and a Z8530 SCC that supported 4 channels of serial I/O. That was a great little machine in its day.

  • @Dinnye01
    @Dinnye01 4 місяці тому +10

    Finally, a new episode! You made my saturday!

  • @Dudleymiddleton
    @Dudleymiddleton 4 місяці тому +1

    My first experience of computers was at school in 1978, computer studies - the classroom had a commodore pet 16k - 6502 processor I think and four challenger IP-8 with 8k and needed a monitor screen - any portable tv would do and they were! We were learning flow charts and BASIC programming - eeh a long time ago now!

  • @jecelassumpcaojr890
    @jecelassumpcaojr890 4 місяці тому

    The original Zilog plan was to start out with the Z8 (a microcontroller), then the Z80 general purpose processor and go from there. None were planned to be compatible with the others. They were forced to change the order and release the Z80 first, but the Z8 eventually did come out in 1979. Note that without the MMU the Z8000 could only address 64KB compared to 1MB for the 8086/8088 and 16MB for the 68000. It was the 1986 Z80000 that was Zilog's first 32 bit processor.

  • @lordmuntague
    @lordmuntague 4 місяці тому

    One mention of either the Z80 or the 6502 and for some reason I'm reminded of the huge ad for Computer Adventure World above the Wirral Line escalators at Liverpool Central Station. I seem to remember it was still there long after the shop had closed.

  • @Meower68
    @Meower68 4 місяці тому

    If you hit the Computerphile YT channel, where they have explanations from CompSci professors, the majority of them had a ZX-80 as their first computer. Multiple of them talked about how they got to know the entire machine, hardware and software, and that contributed to their interest that led to them becoming PhDs and professors.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому

      Those of use who got to cut our teeth on z80 and 6502 based systems I think had it really lucky. It can just become cheap enough that normal people could try it out, and the systems where not so complex that you could not learn the whole system .

  • @OzzMazz
    @OzzMazz 4 місяці тому +2

    Good job, but I was into Motorola and their 6809 microprocessor.
    Just built a 6809 emulator based on an Arduino Due. Brings back a lot of good memories. :)

  • @billkendrick1
    @billkendrick1 4 місяці тому +1

    The ATR8000 for the Atari 8-bit was an add on that happened to include a Z80 and could run CP/M.
    These days, the Fujinet has (or had at one point) a virtual CP/M you can connect to.
    (Full disclosure: I've never had an ATR8000, nor have I played with CP/M. I did start on a Timex Sinclair 1000 (basically, US version of ZX81), though soon after got my beloved Atari 1200XL.)

  • @thewheelieguy
    @thewheelieguy 4 місяці тому

    Ralph Ungermann went on to found Ungermanm-Bass, a network hardware and software maker.
    UB's Ethernet cards and XNS software were in general use at Microsoft when I was hired into the LAN Manager development group in 1990.
    They were also the first makers of twisted pair Ethernet interfaces I saw, circa 1992.

  • @KomradeMikhail
    @KomradeMikhail 4 місяці тому +5

    Sure was a lot of mentions of the intel 4004 being used in a single chip calculator...
    Only problem being it doesn't really work without the 4001, 4002, and 4003 support chips.
    If I recall, there were nine chips in the final product.

    • @lovemadeinjapan
      @lovemadeinjapan 4 місяці тому +1

      Early calculators all ran on chips like the Hitachi HD38800 and the NEC µPD7502, 4 bit microcontrollers with built in RAM, ROM and display driving circuits for controlling VFD tubes.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому

      I still like the idea to have ALU, registers and microcode on one chip. Clock generator only needs a few connectors -> different chip . For the system bus a complicated driver is needed anyway.

    • @GodmanchesterGoblin
      @GodmanchesterGoblin 4 місяці тому

      ​​@@lovemadeinjapan The HD38800 was introduced in 1978, a long time after the Intel 4004. Many other chips were used in calculators before 1978, including many single-chip designs, although the 4004 was obviously not a single chip design.

    • @lovemadeinjapan
      @lovemadeinjapan 4 місяці тому

      @@GodmanchesterGoblin The TMS 1000 is one of the earlier all-in-one designs, from 74. The nice thing of the NEC and Hitachi was the ability to drive 30V for the VFD tubes without external circuits.

    • @GodmanchesterGoblin
      @GodmanchesterGoblin 4 місяці тому

      @@lovemadeinjapan Yes, I am aware of TMS1000 - famously used by Sinclair in the original Sinclair Scientific model (1974).

  • @krypticmac
    @krypticmac 14 днів тому

    Every time you say burglar alarm I hear burger alarm. Great video as always I just finished up watching one of your older videos and I was like I wonder if there's anything new and this is the newest one I hadn't watched

  • @DerIchBinDa
    @DerIchBinDa 4 місяці тому

    1:30 and 12:40 Loved the shot of the Amstrad CPC 6128plus! A machine if it came a few years earlier would have been great. (Working on some hardware stuff for it atm.)

  • @andrewmole745
    @andrewmole745 4 місяці тому

    A lot of this is over my head, but I remember my father getting an Amstrad CP/M- based word-processing machine, which was presumably based on the Z80.

  • @STR82DVD
    @STR82DVD 4 місяці тому

    Brilliant young lad! Bloody brilliant and damn, I'm old. When the hell did that happen?

  • @Dudleymiddleton
    @Dudleymiddleton 4 місяці тому

    A fascinating history indeed! Different architectures, different ways to achieve the same essential result, continually evolving, building on pillars of previous knowledge into the devices of today. ( sorry that was a bit poetic, I know) Thank you for sharing! :)

  • @theantipope4354
    @theantipope4354 4 місяці тому +2

    SPOILER: The 4004 was very much NOT a "single chip" solution for calculators! It was certainly more integrated than previous calculator solutions, but it required a lot of support chips to make a calculator! Eventually, single chip calculators were developed in the 80s, but they were highly integrated solutions that were the 80s equivalent of modern SOCs.

  • @scottlarson1548
    @scottlarson1548 4 місяці тому +13

    I'm old enough to remember the guys with 4 MHz Z80 computers telling me how slow my 2 MHz 6502 computer was. Yes, I tried to explain it to them.

    • @dgmt1
      @dgmt1 4 місяці тому +2

      @scottlarson1548 The problem with these kinds of discussions is that the comparisons typically involve overly simple non-optimized operations that don't really reflect real-world scenarios. For example in a single shift operation a 1mhz 6502 can potentially complete the task faster than a 4.7mhz 8088 however when running a series of shift operations, as would happen in real software, the 8088 is actually about 2.6 times faster which means it outperforms even a 2mhz 6502. When running code optimized for each cpu a 2 mhz 6502 is roughly equal to a 4mhz Z80, however, for complex operations the Z80 actually pulls slightly ahead. That's part of why vector and 3D games were so much better on the PC and even the spectrum than the C64. Games of the Apple II are a better indication of the 6502s real performance as it lacks the custom chips of the c64.

    • @scottlarson1548
      @scottlarson1548 4 місяці тому

      @@dgmt1 The problem with your discussion is that I was talking about a 6502 running at *2 MHz* not 1 MHz. You're comparing a 4 MHz Z80 with a C64 and an Apple II both running at 1.023 MHz, half the speed I'm talking about. It doesn't sound like you're familiar with the internals of these two machines.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +6

      It seams to have been a thing over the years ,of people thinking that comparing clockspeeds across different CPU designs has any great meaning. In 90s I remember a few press release from Apple complaining about people using clock speed to compare PPC and x86

    • @TSteffi
      @TSteffi 4 місяці тому

      ​@@RetroBytesUKthat remains an issue to this day. In the 90s, we got a lot of CPUs with a number in the name that wouldn't reflect the actual clock, but the comparable clock a Pentium would run at to get the same performance.
      In the 2000s, that continued with the naming of the AMD Athlon series of CPUs.

    • @c1ph3rpunk
      @c1ph3rpunk 4 місяці тому +2

      @@TSteffihello, Marketing has entered the chat. What do you need to sell, we can make up anything to help!

  • @schlbus
    @schlbus 4 місяці тому

    In the early 2000s i was working at a computer refurbishing/retailer and would often see z80 driving the OSD on computer monitors and TV PCBs. My first computer was a sinclair clone so I knew the chip label and was surprised of how many I've seen labelled as zilog insteand of the japanese equivalents from NEC and Hitachi.

  • @JamesHalfHorse
    @JamesHalfHorse 4 місяці тому

    I would love to find an old trainer or better build one like this I think. I don't learn from books but hands on following along with good documentation. I don't know if they teach that way but at the time I was in school computers were in their boring phase at least from a learning perspective. You might get a typing or a basic programming class but that was about it. How to use but nothing explaining how anything really worked.

  • @honeychurchgipsy6
    @honeychurchgipsy6 4 місяці тому +2

    After listening to the bit about traps I remembered Ordinance Survey did the same thing with their maps. They would features on the maps that did not exist in real life to catch out companies copying their maps. Someone told me the AA got caught copying by this method.

  • @MRCAGR1
    @MRCAGR1 4 місяці тому

    My first contact with the Z80 was the NASCOM 1 in 1978. I got to like the Z80 although I did also use 6502 based Apple 2 at work. For some reason I preferred the Z80 over the 6502, but that may be because I encountered it first. The first ever microprocessor I encountered was the Nat Semi INS8060 SC/MP development system with a whole 256 bytes of RAM.

    • @cigmorfil4101
      @cigmorfil4101 4 місяці тому

      I first used the 6502 on a CBM PET and Acorn Atom. Then used a Z80, but prefer the 6502, probably because I used it first.

  • @techsalesandmore3649
    @techsalesandmore3649 4 місяці тому +2

    I think you can safely call 4004 "the First general purpose microprocessor", as the usaf offering was optimised for a specific task perhaps?

    • @renakunisaki
      @renakunisaki 4 місяці тому +1

      Also first publicly available.

  • @keiichicom7891
    @keiichicom7891 4 місяці тому

    I loved my zx81, I even had the wobbly memory pack that would crash the computer,
    lol. I mainly used it to learn Z80 assembly language and play games.

  • @G7VFY
    @G7VFY 4 місяці тому

    Shockley was heavily involved with the Germanium transistor. The Field Effect Transistor was a bit later.

  • @mycosys
    @mycosys 4 місяці тому +3

    31:30 - we did have Unix for home computers in 1985, SCO Xenix. Just no home user was going to pay for it, or set it up - Concurrent had the same issue.
    MS had planned in '81 to evolve MSDOS into single user Xenix, which they developed on the VAX, and sell Xenix for multitasking.
    When AT&T started selling SystemV (making MS think they couldnt compete with an older Unix of their own) and MS made an with IBM agreement to develop OS/2, all the devs were put on OS/2 and Xenix was sold off via a sort of merger to SCO, who finished the port in ~84.

    • @chpsilva
      @chpsilva 4 місяці тому

      Also, mass storage back then was limited to floppy disks, and Unix without lots of disk space must be... complicated.

    • @paul_boddie
      @paul_boddie 4 місяці тому

      The Commodore 900 was not going to be a home system. It was squarely aimed at re-entering the business machine market that CBM, naturally, had started out in, experiencing success with the PET, but had subsequently abandoned or deprioritised by focusing on home computers.
      The workstation model probably wouldn't have done very well against contemporary workstations based on the 68000 and other processors with 32-bit architectures. Faggin admitted that the Z8000, with its 16-bit architecture, was unsuited to dealing with the increasing demands of image processing and other workstation-related tasks. Like all low-cost workstations, by the time they would have been launched, the price wouldn't have been substantially lower than the competition. Commodore experienced that later on with the Amiga 3000UX.
      One can argue whether the server or minicomputer model might have done slightly better as a lower-cost replacement for something like a PDP-11, although it would have been competing with systems based on the 68000 and other 32-bit processors, running genuine Unix, these aiming to nibble at the lower parts of the VAX market. It would probably have found itself boxed into a shrinking area of the market, with potential customers paying a decreasing premium to get those 32-bit systems instead.

  • @Lord-Sméagol
    @Lord-Sméagol 3 місяці тому

    My first computer was a Nascom 1 with 1K of video RAM and 1K of user RAM, leaving 960 bytes that the monitor ROM didn't use.
    This was clearly not enough for BASIC or even an assembler, so I did my coding directly in Z80 hex, looking up each code in the fat Mostek book, gradually getting quicker as my brain cached the frequently used instructions. Then I started learning the instruction group patterns and became a lot quicker and eventually memorized them all! I can still code Z80 now without looking up the instruction codes!

    • @RetroBytesUK
      @RetroBytesUK  3 місяці тому

      Nice to hear from a Nascom 1 user. Its amazing just how fluent in Z80 opcodes people could become after a while.

  • @oscar_charlie
    @oscar_charlie 2 місяці тому

    Nice piece of history.
    The short clips of stock footage on endless repeat are distracting, though. Some shots of logic block diagrams would look better than a fake stock market clip played dozens of times.

  • @borisgalos6967
    @borisgalos6967 4 місяці тому

    IBM did ship with CP/M. They shipped with three OS choices. PC-DOS (Microsoft MS-DOS), CP/M-86 (Digital Research) and UCSD p-System (University of California at San Diego). The problem was that CP/M-86 was late and missed the launch date. It was also vastly more expensive. It also wasn't backward compatible with CP/M for the Z-80 and 8080. While the instructions were similar, it still meant tweaking and recompiling existing software. As Zilog found out with the Z800, almost compatible isn't compatible enough and if customers have to start from scratch anyway...
    When the IBM 5150 Personal Computer shipped you had the choice of p-System (really only useful for cross-platform academic projects written in UCSD Pascal) or paying $240 for the promise of CP/M-86 in a few months if it actually did ship (Digital Research was already very late with it), or PC-DOS which was available at ship time for $40.
    As a result of these problems, 96% of PC orders included PC-DOS, 3% included CP/M-86 and less than 1% included p-System.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому

      Its that odd case of they shipped cp/m 86 with the PC, but simultaneously basically did'nt for all practical intentions. I get why Kildal was upset, I think he had every right to be, especially when it turned out DOS contained some of his code.

    • @borisgalos6967
      @borisgalos6967 4 місяці тому

      @@RetroBytesUK Actually it didn't. It cloned nonsense stuff just like what you were discussing with clones of the Z80 but no copied actual code.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +1

      @@borisgalos6967 That's not what the court found. The code MS purchased that formed the basis of MS DOS, did contain sections of code lifted from CP/M. MS at the time put forward the argument they where not to know and purchased the code in good faith, no one could really prove that statement either way, so the court accepted that argument, but none the less the first version of MS shipped with some CP/M code. So MS paid out.

  • @samcadwallader2899
    @samcadwallader2899 4 місяці тому +2

    Even though I know the history of Zilog and their processors almost as well as my own what I want to see is the RetroBytes take on it. Cue 20's music and a PCB way advert (both most welcome by the way- at last a quality sponsor not offering to look after my balls just maybe my reball)

  • @MSThalamus-gj9oi
    @MSThalamus-gj9oi Місяць тому

    You: "... in production the entirety of my life..."
    Me: "Wait, are you younger than me? FML I'm old!"
    :)

  • @chaoslab
    @chaoslab 4 місяці тому

    Hhehehe. Love the "Shed load of memory" image.

  • @HisVirusness
    @HisVirusness 4 місяці тому

    Part of the fun of having a retro-style micro is, well, building and maintaining it. At least, in my opinion. But, I can understand why some would see it as a "why bother" time sink.

  • @RobSchofield
    @RobSchofield 4 місяці тому

    @ 31:18 - Coherent was absolutely superb: I used it on PCs from the day it was released for x86 to the bitter end. Never knew it was going to be on Commodore - I'd have bought one instantly if it had appeared. Topic for another video, perhaps?

  • @G7VFY
    @G7VFY 4 місяці тому +2

    The 40 pin version actually. I think they are still selling +5v devices, just not though holes versions.

    • @krashd
      @krashd 4 місяці тому

      You should timestamp the moment of the video that you are replying to or else it just looks like you are having a conversation with the invisible man.

  • @cal2127
    @cal2127 4 місяці тому

    the first z-80 i ever saw was in a no name pbx phone system i decommed in like 2012. small business had been using it since the 80s

  • @renakunisaki
    @renakunisaki 4 місяці тому

    Worth noting the Game Boy used a custom Z80 variant with fewer features. Only 7 registers!

  • @c128stuff
    @c128stuff Місяць тому

    While listening to this, I'm writing 6502 assembler code for an operating system I'm creating 🙂
    Intended for a computer with both a 6502 and a z80 (it also runs CP/M), original 1980s era hardware. My new OS also runs on hardware which was available in 1986.

    • @RetroBytesUK
      @RetroBytesUK  Місяць тому +1

      Which machine, Is there a github repo I could nose at, I would be interested to have a look.

    • @c128stuff
      @c128stuff Місяць тому

      @@RetroBytesUK Commodore 128.
      There is no public git repository for now, eventually there will be one, but first want to have enough of the core functionality in a somewhat usable state.

    • @RetroBytesUK
      @RetroBytesUK  Місяць тому +1

      @@c128stuff Fair enough, when you're ready for people to have a look let me know.

  • @baroncalamityplus
    @baroncalamityplus 4 місяці тому

    How informative. I started with a 6502 and the Z80 and its history are a bit alien to me.

    • @tomgidden
      @tomgidden 4 місяці тому +1

      Me too. In theory, the first computer I owned and actually used was the ZX81, but I can't say I spent any time using it when my Dad had a BBC Micro Model B. After that, all my low-level coding was always 6502 then ARM, except for a short fiddle with 68xxx for the PalmPilot.

  • @kenh6096
    @kenh6096 4 місяці тому

    The old Z80 brings back fond memories :)

  • @enysuntra1347
    @enysuntra1347 Місяць тому

    +Retro Bytes this AMSTrad machine you showcase, could we get a closer look at this (resp a link to the video you already do that)?

  • @ThomasBrisco
    @ThomasBrisco 4 місяці тому

    Whlie the 6800 was popular, the Z80 was my go-to. Used a TI machine with an awful keyboard. Years later, as our Unix minicomputer used z80s as the serial line processor, we taped up a Timex Sinclar 1000 next to the console.

  • @plankalkulcompiler9468
    @plankalkulcompiler9468 3 місяці тому

    Ralph Ungermann and Masatoshi Shima are very underrated

  • @mxg75
    @mxg75 4 місяці тому

    It’d be kind of funny to put the Video Beast into a Commander X16. I’m guessing it’d be pretty easy with X16’s expansion architecture. It’d be driving a different monitor than the X16’s built in Vera video controller, but it’d be an interesting experiment.

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому

      That would be very interesting to see.

  • @legiran9564
    @legiran9564 4 місяці тому +2

    Please can you do a video on Hewlett Packard's PA-RISC and a video about the Rise and Fall of IBM's PowerPC and POWER Architecture.

    • @andrewrossy
      @andrewrossy 4 місяці тому

      Please. Vote + 1. 🙏

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому

      POWER architecture is well and alive .

    • @legiran9564
      @legiran9564 4 місяці тому

      Alive but a shadow of what it was 20 years ago. Proceed to cope @ArneChristianRosenfeldt

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому

      @@legiran9564 I wonder why consoles left Power . IBM sold a lot of fabs. Do they still have critical mass? I thought diversification was a good thing in the past? Higher margins for main frames? Vendor lock-in? That would be evil . Big blue as it was before Microsoft and Intel came along.
      Phillips and Siemens concentrate on medical because sick people will pay any price. But now they go abroad for medical services.

  • @ChannelSho
    @ChannelSho 4 місяці тому

    Knowing that the Z80 survived this long was kinda surprising to me.

  • @MikeGaruccio
    @MikeGaruccio 4 місяці тому +1

    It’s a little crazy how much similarity there is between the z80 and the 6502
    Both effectively copies of an existing design, but better and cheaper. And both basically the only chip the companies that made them found success with.

    • @kaitlyn__L
      @kaitlyn__L 4 місяці тому +1

      I think that latter part makes a lot of sense. Since they tried to make successor designs by themselves, rather than following the methodology that led to their initial success... For instance, if the Z800 had copied/taken inspiration from the 8086 and the Z8000 a Pentium...

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 місяці тому

      MOS was busy making VIA and CIA and then then Amiga chipset . Yeah, the CPU designers had left. The CPU in the SNES is underwhelming.

  • @squirlmy
    @squirlmy 4 місяці тому

    3:00 So Fagin went to work for Oliver Twist, I mean, Faggin worked for Olivetti! I'm now going to examine Dickens to see if he wasn't really the Nostradamus of computer tech! ;)

  • @shiroshine7227
    @shiroshine7227 4 місяці тому +1

    I got a timex sinclair 1000 a while back basicly new in the nice sinclar foam clam box... thing. I guess its time to give it a go. (Amazing what you can find in the Free section on crageslist)

    • @krashd
      @krashd 4 місяці тому

      Free? That is a bargain beyond bargains!

  • @ScottPlude
    @ScottPlude 4 місяці тому

    Thanks!

  • @ortholux2343
    @ortholux2343 4 місяці тому

    The commodore c128 had a z80 on board and in combination with a 1571 disc drive you could run cp/m on it. Not sure anyone did though.

  • @leeselectronicwidgets
    @leeselectronicwidgets 4 місяці тому

    While the biggest slice of the pie in the retro computing days goes to the z80 and 6502, the 6809 also had a look-in too...
    The z80 is also used in loads of early digitally controlled synths too...

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +1

      It did power the dragon 32 the most welsh of all the 8bit micros. Quiet of few in the past have said the price point is what stopped it getting more widly used.

    • @leeselectronicwidgets
      @leeselectronicwidgets 4 місяці тому

      @@RetroBytesUK Yep, I've got a dragon 32! The dragon 64 was interesting in that it could run OS-9 on its 6809 which had multitasking etc (needed more than 32k to run)

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +1

      @@leeselectronicwidgets My friend Tony has that up an running on his, he has quiet the Drangon 32/64 collection. With some interesting hardware, including a replacelment gfx card (well its not a card, but you know what I mean).

    • @cigmorfil4101
      @cigmorfil4101 4 місяці тому

      ​@@RetroBytesUK
      The 6502 came about because Motorola were not interested in what the customers actually wanted, so the 6502 designers left Motorola and the 6800 to create the 6500 - cut down to what customers wanted and cheaper; a lawsuit later and it evolved into the 6502.

  • @llaboe
    @llaboe 4 місяці тому

    Since we are taliking about that "era" (yeah I was there.. I AM 65) and the 8 bit CPUs available there were 2 more popular archetectures. The 8048/51 that was used in most keyboards and (if you were good) embedded systems. The 6812/68xx series used mostly for embedded systems.

  • @rj7855
    @rj7855 4 місяці тому

    I was firmly more in the 6502 camp (I'm still are) but had many z80 based devices over the years, for example several of my car radios were managed by a z80

  • @vladimpaler3498
    @vladimpaler3498 4 місяці тому

    Last used it in 1983. Nice processor.

  • @signalcabin
    @signalcabin 4 місяці тому +1

    Jumper wearing narcissist - Bought a late Intel Mac Mini i7 and that was a waste of money ! = Subbed.

  • @tambourine_man
    @tambourine_man 4 місяці тому

    Is that a Laphroaig in the background? Good taste in more than one area, I suppose.

  • @legiran9564
    @legiran9564 4 місяці тому +2

    29:55 Wait! So what you're telling me is that we could have been playing CoD: Modern Warfare III on a 24 core 64 bit Z80,000?

    • @chpsilva
      @chpsilva 4 місяці тому

      64 bit, 32 core Z80M

    • @handlesarefeckinstupid
      @handlesarefeckinstupid 4 місяці тому

      ARM sort of happened. I would say ARM are the torch bearers.

  • @stonent
    @stonent 4 місяці тому

    The IBM 5160 XT hard drive controller made by Xebec had a Z80 on it. I guess they didn't care at that point.

  • @thepresi2
    @thepresi2 4 дні тому

    I really like this video; thanks for making it. However, I noticed one thing: Federico Faggin's last name is not pronounced correctly. Since the video emphasizes that he isn't as recognized as he should be, I think getting his name right is important. You can hear Federico introducing himself in many videos on UA-cam.

  • @succuvamp_anna
    @succuvamp_anna 4 місяці тому

    I'm so buying a MicroBeast.
    $215 isn't a bad price for what you get.

  • @neohermitist
    @neohermitist 4 місяці тому

    My first computer was a Timex Sinclair 1000.

  • @AB-Prince
    @AB-Prince 4 місяці тому

    I have the microprofessor 1 plus. and while it's archaic, it's certainly interesting. but I don't use it much 'cos I'm more prolific in the 6502.

  • @Foersom_
    @Foersom_ 4 місяці тому

    27:04 I got a R800 in my Panasonic MSX.

  • @Satscape
    @Satscape 4 місяці тому

    I loved the Z80 and 6502....how about a video on the ESP32? (I have a webcam and home automation that uses this chip)...yeah, it's not a CPU, it's a MC, but I think there's a fine line between the silicon?

  • @TheGreatAtario
    @TheGreatAtario 4 місяці тому

    The "people doing financial things" stock footage in the background is pretty comical :3c

    • @RetroBytesUK
      @RetroBytesUK  4 місяці тому +1

      Stock footage always gives me a laugh.

  • @eliotmansfield
    @eliotmansfield 4 місяці тому

    Olivetti used the z8000 in their “Line 1” range of mini’s which were used in banks such as Barclays and N&P Building society

    • @cigmorfil4101
      @cigmorfil4101 4 місяці тому

      As did ADDS in their Mentor line of [native] Pick systems

  • @adambishop4655
    @adambishop4655 4 місяці тому

    Yasss new episode!

  • @bokami3445
    @bokami3445 4 місяці тому

    So long Z80 and Thanks for all the op codes... I cut my teeth with assembly language on the Z80... Gadz! 44 years ago!

  • @thirdwheel1985au
    @thirdwheel1985au 4 місяці тому

    I got very excited to see a new video on this channel. What a ride! Thanks for sharing

  • @COPKALA
    @COPKALA 3 місяці тому

    Faggin (if he has completed his physics studies) has studied 4 years at the University

  • @greatquux
    @greatquux 4 місяці тому

    I pay attention to a lot of retro computing channels and this is the first I’ve ever heard of the Z800! 😂 backwards compatibility is very important. Never underestimate the laziness of people.

  • @philh9421
    @philh9421 4 місяці тому

    Great video but the stock footage of the “share dealers” you used in the final 10 mins or so started making me feel queasy because they constantly swayed from left to right and back!