On Thu, Jun 29, 2023 at 7:39 PM Bill Degnan via cctalk
<cctalk(a)classiccmp.org> wrote:
So I was able to get the listing for the PROMs by using the HEX file of
IMSAI BASIC 1.4 from.Rich Cini's website. I was able to then pull the
Intel papertape file image using Teraterm to capture the log of the session
while using to load BASIC into the IMSAI. I can use the log to make an
ePROM-friendly file.
Sounds like a convoluted way to convert a HEX file into a binary file,
or whatever you mean by an EPROM friendly file. I imagine most EPROM
programmers can directly take an Intel HEX file as an input file.
If you needed a binary file, you could also use SRecord 1.65 srec_cat
to convert the Intel HEX file to a binary file, and split it up into
smaller chunks if you need to split the 8KB binary into smaller
EPROMs.
https://srecord.sourceforge.net/