Ok, ok, I know I can just sit down and write one, but I know that a zillion
of these have been written over time.
I need an asm80 simple program loader that will take in the ascii stream
from an intel hex file, parse it, convert the data to
binary and put it in
memory. The source doesn't matter, the loader portion can
be from a floppy
driver, paper tape reader or whatever, I can easily change the source, I
would just like to not have to write all of the parsing stuff for the hex
format.
Anyone have any asm80 source that might include the loader portion?
Jeff Erwin