6502.org
http://forum.6502.org/

[99] Hex download monitor - useful?
http://forum.6502.org/viewtopic.php?f=7&t=355
Page 1 of 1

Author:  Ross Archer [ Mon Feb 19, 2001 10:16 am ]
Post subject:  [99.1] Hex download monitor - useful?

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

Author:  GARTHWILSON [ Fri Feb 23, 2001 3:05 am ]
Post subject:  [99.2] Hex download monitor - useful?

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.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/