[99] Hex download monitor - useful?

Prior to establishing the forum directly on 6502.org, we had a forum hosted on DelphiForums. This read-only category is a complete archive containing all of the posts from our old forum.
Locked
Ross Archer
Posts: 6
Joined: 10 Oct 2002
Location: San Jose, CA
Contact:

[99.1] Hex download monitor - useful?

Post by Ross Archer »

I've developed a very small bootstrap monitor for the 6502which listens for an Intel Hex download from the serialport (6551) and fills memory as it downloads programsor data at 19200,n,8,1. At this speed, most program downloads go pretty fast.I stuffed a copy of this at:http://www.shortwaveplanet.com/intelhex.asm in caseanyone is interested.If it hears Intel hex, and gets to the "end" record withno bad checksum records, it will jump to $0200 (or whateveryou define instead) and run the just-downloaded program.There are currently no timeouts, and I deliberately run with interrupts and handshaking off, to keepthings maximally simple and as hardware-independentas possible. Some error cases take you back to try again,while others hang waiting for the "second" character of a hex value that never arrives.It's primitive, but seems like just the think for anexperimenter PCB, so you don't have to burn EPROMs forprogram development.-- Ross
The economy isn't "Grapes of Wrath", but it is getting
to be "Raisins of Regret."

-- Ross
User avatar
GARTHWILSON
Forum Moderator
Posts: 8775
Joined: 30 Aug 2002
Location: Southern California
Contact:

[99.2] Hex download monitor - useful?

Post by GARTHWILSON »

Good idea. This is the sort of thing you should give to Mike Nabarezny to put in the 6502.org source code repository. Actually, since it's already on the web, just a note inviting him to copy it over would be adequate.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Locked