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
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
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
> 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
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
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
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:
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