[comp.sys.m68k] Embedded m68k development tools

jbn@glacier.STANFORD.EDU (John B. Nagle) (03/22/88)

     I need a ROMable debugger/download program for M68010-type machines, 
in source form, to modify for the Signetics 68070.  Is there some
reasonable public-domain program available for this purpose?

					John Nagle

budd@bu-cs.BU.EDU (Philip Budne) (03/24/88)

On bu-it.bu.edu you can find some stuff I've put together and used:

	- for homebuilt 68010 system using MC68681 DUART
	- tiny monitor dump/modify/binary load
	- written in 'C' but uses no static storage (all on stack)
	- compiles on a SUN-3 (probably SUN-2 too)

	- download utility from an ancient version of 68k XINU
	  I've stripped out much that related to the original
	  environment (SUN-1).  It is meant to be run on a SUN.

	- hexify utility.  creates intex hex files for blasting roms.

Its all on bu-it.bu.edu for anonymous ftp from src/misc/68010-dev.tar.Z

	Phil Budne, Boston University