Zilog eZ80 bits and pieces [message #5845] |
Sat, 19 January 2019 18:48  |
 |
agn453
Messages: 68 Registered: June 2018 Location: Newcastle, NSW, Australia
|
Member |
|
|
I've just got my hands on an eZ80 Acclaim! development kit (the EZ80F910200ZCO) and managed to get it working with a copy of the Zilog ZDS II 5.3.0 development tools running on Windows 7 under Oracle VirtualBox on my Mac mini.
Looking around the 'net I can find a few bits and pieces - including a version of CP/M 2.2 that uses the SPI interface to hookup an SD card as storage.
I also found references to Howard Harte's ez80sbc (which uses the eZ80F91 module plugged in to his own designed board). Is there anyone here with such a beast? The archive.org wayback machine has the now non-existent site www.ez80sbc.com with a download link to a ez80sbc_Setup.msi file that (of course) wasn't archived. This (presumably) has a CP/M plus implementation as a ZDS project that I'd like to have a look at.
Also, any other pointers to useful eZ80 stuff would be appreciated.
Thanks
Tony
--
Tony Nicholson
|
|
|
|
|
Re: Zilog eZ80 bits and pieces [message #5851 is a reply to message #5849] |
Sun, 20 January 2019 07:56   |
mikemac
Messages: 250 Registered: March 2017
|
Senior Member |
|
|
Are you guys talking about a different eZ80? Digikey has a couple thousand eZ80 Acclaim and eZ80 Acclaim Plus chips in stock starting at $6. They even have 31 of the EZ80F910200KITG for $104, supposedly including the compiler.
Mike
|
|
|
|
|
|
|
|
|
|
|
|
Re: Zilog eZ80 bits and pieces [message #6964 is a reply to message #6962] |
Wed, 29 January 2020 18:07   |
 |
agn453
Messages: 68 Registered: June 2018 Location: Newcastle, NSW, Australia
|
Member |
|
|
lowen wrote on Thu, 30 January 2020 09:19Necroposting a bit... I just scored one of these on eBay for a good price; I've had some eZ80 modules for a while, but hadn't built a carrier board as yet; I've been thinking about an ECB carrier board with level shifters and an RS-232 interface on it for a couple of years, but other things had gotten in the way. Tony, did you ever get anything on the eZ80?
I haven't tinkered with the eZ80 for a while.
I did get the MIC80 CP/M 2.2 running on it and accessing remotely served disk volumes via the IP stack (served via UDP from a Windows Z80EMU program).
What I did strike were incompatibilities between different versions of the Zilog ZDS II eZ80Acclaim development environments.
When I got the development board it came with V4.6.0 on a CD-ROM, and I downloaded the latest from Zilog (V5.3.0).
The MIC80 CP/M sources had been developed using version V4.11.0
With V5.3.0 - trying to build from unmodified sources with jump optimisation enabled keeps throwing up a "No label found in span-dependant instruction" and the build fails. With jump optimisation disabled there are too many "Range errors" for me to want to change all the jump instructions to either short or long address format explicitly.
The older version V4.6.0 assembler does work. However there are other latent bugs (going by later version release notes) that I'm reluctant to persevere with.
That's when I put it aside.
I've had much more fun playing with the Z280 which in my opinion has a much better instruction set.
Tony
Edited: fixed typo and after verifying the ZDS II version that original MIC80 work was done on (V4.11.0)
--
Tony Nicholson
[Updated on: Wed, 29 January 2020 19:33] Report message to a moderator
|
|
|
|
|