Why the 6502
Re: Why the 6502
BigDumbDinosaur wrote:
Yes, and at 20 MHz they perform at about the same level as the 65C02 running at 10 MHz.
As always, you only get what you pay for.
Re: Why the 6502
[Oops, several replies in between, unsurprisingly given BDD's claim]
BDD said something about relative performance, possibly calibrated against the 1970s offerings where a 4MHz Z80 would be a little faster than a 1MHz 6502 but not as fast as a 2MHz 6502. (See here and here)
I notice that the Z80 page on digikey says this:
which might mean that the cycle counts on the 20MHz parts are better than the historical 4MHz parts we're used to comparing to.
Whether or not that's so, I also notice that the eZ80 runs up to 50MHz and the datasheet says this:
which certainly means they are now using a clocking strategy more familiar to us 6502 types.
BDD said something about relative performance, possibly calibrated against the 1970s offerings where a 4MHz Z80 would be a little faster than a 1MHz 6502 but not as fast as a 2MHz 6502. (See here and here)
I notice that the Z80 page on digikey says this:
Quote:
The Zilog Z80 CPU family of components are fourth-generation enhanced microprocessors with exceptional computational power. They offer higher system throughput and more efficient memory utilization than comparable second- and third-generation microprocessors. The speed offerings from 6–20 MHz suit a wide range of applications
Whether or not that's so, I also notice that the eZ80 runs up to 50MHz and the datasheet says this:
Quote:
The eZ80 CPU is one of the fastest 8-bit CPUs available today, executing code up to four
times faster with zero wait-state memory than a standard Z80® operating at the same frequency.
times faster with zero wait-state memory than a standard Z80® operating at the same frequency.
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: Why the 6502
BigDumbDinosaur wrote:
EugeneNine wrote:
Hmm, and seems to be still available as well. http://www.mouser.com/ProductDetail/ZiL ... 3LaLmSsNlp
Darn you, i didn't need another project
Darn you, i didn't need another project
http://www.mouser.com/search/ProductDet ... 84C0020PEG
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
Re: Why the 6502
Yep.. http://www.mouser.com/Search/Refine.asp ... d=Z84C0020
By some accident I managed to acquire too many of them. More than I have projects for.
By some accident I managed to acquire too many of them. More than I have projects for.
Re: Why the 6502
BigDumbDinosaur wrote:
cbmeeks wrote:
That's not true. Z80's are still made, cheaper than 65C02's and run "OFFICIALLY" at up to 20MHz.
BigDumbDinosaur wrote:
Years ago (mid-1970s, to be precise), I learned the Z80 assembly language as part of a work assignment. I used it for about six months and then got involved with the 6502, learning its assembly language. I have not touched a Z80 since around 1980, but continue to write code for the 6502 family. That should tell you something...
BigDumbDinosaur wrote:
I don't know anyone who knows anything about the Z80. Most likely that has to do with the proliferation of the 6502 in so many products.
Again, I'm not knocking the 65C02 (it's my favorite)...just saying...
Cat; the other white meat.
Re: Why the 6502
Is the 6502 easier at a hardware level to work with than a Z80? Especially on simpler hobby boards today with static ram and such, or are they essentially the same?
Re: Why the 6502
Grant Searle has 6-chip designs for both Z80 and for 6502 so I think the usability must be very similar.
http://searle.hostei.com/grant/z80/SimpleZ80.html
http://searle.hostei.com/grant/6502/Simple6502.html
http://searle.hostei.com/grant/z80/SimpleZ80.html
http://searle.hostei.com/grant/6502/Simple6502.html
Re: Why the 6502
BigEd wrote:
Grant Searle has 6-chip designs for both Z80 and for 6502 so I think the usability must be very similar.
http://searle.hostei.com/grant/z80/SimpleZ80.html
http://searle.hostei.com/grant/6502/Simple6502.html
http://searle.hostei.com/grant/z80/SimpleZ80.html
http://searle.hostei.com/grant/6502/Simple6502.html
Cat; the other white meat.
-
EugeneNine
- Posts: 59
- Joined: 01 Nov 2016
Re: Why the 6502
Links no worky, must have killed the site with all the extra traffic 
Wasn't the z80 an 8085 instruction set? I had collected some but never made a project with them.
I did an 8085 around 1994 or 1993, still have most of it.

edit, z80 is based off the 8080 and the 8085 is based off the 8080, guess my memory isn't that great after a couple decades.
Wasn't the z80 an 8085 instruction set? I had collected some but never made a project with them.
I did an 8085 around 1994 or 1993, still have most of it.

edit, z80 is based off the 8080 and the 8085 is based off the 8080, guess my memory isn't that great after a couple decades.
Last edited by EugeneNine on Tue Jan 10, 2017 10:00 pm, edited 1 time in total.
Re: Why the 6502
No, Z80 was a superset improvement of the 8080. The 8085 was a single-supply version of the 8080, perhaps with a couple of tweaks. Remember when you needed multiple different voltages for your computer chips? Oh wait, we're back with that now.
-
EugeneNine
- Posts: 59
- Joined: 01 Nov 2016
Re: Why the 6502
BigEd wrote:
No, Z80 was a superset improvement of the 8080. The 8085 was a single-supply version of the 8080, perhaps with a couple of tweaks. Remember when you needed multiple different voltages for your computer chips? Oh wait, we're back with that now.
-
EugeneNine
- Posts: 59
- Joined: 01 Nov 2016
Re: Why the 6502
DavidL wrote:
Re: Why the 6502
If you want a quick look at some web pages from a different endpoint, try
browserling.com
browserling.com
Re: Why the 6502
If you get a Z80 based microcontroller, with internal memories and peripherals, it's even easier to get started.