Re: 6809 Monitor

2018-10-02 Thread Guy Dunphy via cctalk
At 12:24 PM 2/10/2018 -0700, you wrote: >Does anyone have source to a 6809 monitor program? > >I'm looking for something I can make work in a CoCo. > >Functionality I'm looking for is something that will let me read and >write to memory. Attached is the zipped C source code for a 6809 monitor I wr

Re: 6809 Monitor

2018-10-02 Thread Monty McGraw via cctalk
I found this page two days ago - it is a Motorola document for MIKBUG and MINIBUG:includes instructions and source code for both. MINIBUG uses a Motorola ACIA for serial. MIKBUG does bit banged serial through a PIA. http://www.swtpc.com/mholley/MP_A/MIKBUG_Index.htm I am porting MINIBUG to Tektro

Re: 6809 Monitor

2018-10-02 Thread Torfinn Ingolfsen via cctalk
Also, there is this: https://github.com/electronalan/Colormon and a monitor in here too: https://github.com/6809/sbc09 HTH On Tue, Oct 2, 2018 at 10:39 PM Dennis Boone via cctalk wrote: > > > Does anyone have source to a 6809 monitor program? > > > I'm looking for something I can make work in a

Re: 6809 Monitor

2018-10-02 Thread Dennis Boone via cctalk
> Does anyone have source to a 6809 monitor program? > I'm looking for something I can make work in a CoCo. > Functionality I'm looking for is something that will let me read and > write to memory. Sources to the BUFFALO, ASSIST09 and MONDEB09 monitors are included in the Alan Baldwin's ASxx

Re: 6809 Monitor

2018-10-02 Thread jim stephens via cctalk
On 10/2/2018 12:51 PM, Lawrence Wilkinson via cctalk wrote: On 02/10/18 21:24, tim lindner via cctalk wrote: Does anyone have source to a 6809 monitor program? I'm looking for something I can make work in a CoCo. Functionality I'm looking for is something that will let me read and write to

Re: 6809 Monitor

2018-10-02 Thread Mike Loewen via cctalk
On Tue, 2 Oct 2018, tim lindner via cctalk wrote: Does anyone have source to a 6809 monitor program? I'm looking for something I can make work in a CoCo. Functionality I'm looking for is something that will let me read and write to memory. If you're up for a disassembly challage, there's

Re: 6809 Monitor

2018-10-02 Thread Lawrence Wilkinson via cctalk
On 02/10/18 21:24, tim lindner via cctalk wrote: Does anyone have source to a 6809 monitor program? I'm looking for something I can make work in a CoCo. Functionality I'm looking for is something that will let me read and write to memory. There is a listing of ASSIST09 in this Motorola book:

Re: 6809 Monitor

2018-10-02 Thread Diane Bruce via cctalk
On Tue, Oct 02, 2018 at 12:24:47PM -0700, tim lindner via cctalk wrote: > Does anyone have source to a 6809 monitor program? > > I'm looking for something I can make work in a CoCo. > > Functionality I'm looking for is something that will let me read and > write to memory. I have a copy of psymo