Lawrence Wilkinson wrote:
I've got a hex dump here of an Assembler/Text
Editor for the 8080,
called (IIRC) ATE. It's what I used on my first computer (8080 S100 8k
+ KC tape). It's about 4k, so I had 4k for source + object, or it could
work as a 2-pass assembler reading the source off tape.
Does anyone know about this? Is it of interest to anyone? I could
either type it in, or scan the listing for someone else :-) The code
would need patching for console & tape I/O, and I don't have any
documentation on how to do this, or even how to use it, but it can't be
too difficult. Forgive me, it's been almost 30 years!
I have the sources for the original tools that came with
ISIS-II someplace -- if there's interest.
If all you have is a hex dump, I can disassemble it for you
to give you a better place from which to start patching.
--don