On Tue, Jan 2, 2018 at 12:13 PM, Brad H via cctalk
wrote:
> Thanks Paul. I found an srec2bin converter and ran that.. it created a 1K
> bin file. I then opened that with a hex editor (slick edit).. but alas, no
> readable strings.
>
Not too surprising, since AFAIK the basic Dynamicro doesn't h
: Tuesday, January 2, 2018 11:05 AM
To: Brad H via cctalk
Subject: Re: Dumping my first EPROM
I would convert it to a binary image if you could and then look at it with a
binary editor. Most binary editors I have seen show the data in hex and also
have an eye catcher on the right with the ASCII
I would convert it to a binary image if you could and then look at it
with a binary editor. Most binary editors I have seen show the data in
hex and also have an eye catcher on the right with the ASCII equivalent
to the code points. Trying to find strings in S-records would be a bit
painful.
Just posting this here in case it reaches eyes not in other forums I'm on.
I decided to embark on a project that involves burning a 2708 EPROM. I've
never messed with EPROMs before, so I decided to practice. What I have is a
Microworks 2708 'burner' that came with a SWTPC 6800 machine I have.