Search found 1474 matches

by zephyr
Mon Sep 20, 2010 3:29 pm
Forum: Uploads
Topic: Encoder 09 assembler/disassembler cartridge
Replies: 4
Views: 3283

Re: Encoder 09 assembler/disassembler cartridge

Here is a copy of the Dragon 32/64 cassette version. A wave file is included for easy transfer from PC to a real audio cassette.
by zephyr
Mon Sep 20, 2010 2:27 pm
Forum: Uploads
Topic: DasmDemon Assembler/Monitor cartridge.
Replies: 2
Views: 2687

Re: DasmDemon Assembler/Monitor cartridge.

Alastair wrote:The manuals for DASM and DEMON in PDF format.

P.S. Does any one want me to upload a big PDF or two JPGs of the MC6809 Instruction Set Summary?
Thanks Alastair! :D You did a great job. 8-) I for one would prefer you to upload it as one big PDF document.
by zephyr
Mon Sep 20, 2010 2:22 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

Thanks Phill! :) For some ROM calls I had to write a small (but fast) routine to identify the machine type and call the correct ROM routines. The machine type is identified by looking for $B4 at the ROM address $BFFF (Reset vector LSB). For the %POLCAT% and %OUTCHR% I simply added some indirect JMPs...
by zephyr
Sun Sep 19, 2010 5:44 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

This version is patched to make it compatible with both Dragon and Tandy CoCo 1/2 machines. 8-) EDIT: Attached an improved version. This version removes some protection from the DEMON monitor which was intended to prevent the cartridge from being run in MAP1 (64K RAM) mode. The routine which identif...
by zephyr
Sun Sep 19, 2010 3:47 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

The text at the top of that page reads " DASM - Two Pass Symbolic Assembler for DRAGON/TANDY ". This statement seems to indicate that DasmDemon is compatible with both Dragon and CoCo machines, but that's not the case with the version you uploaded because it calls Dragon specific ROM routines. I ass...
by zephyr
Sun Sep 19, 2010 2:48 am
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

Thanks Alastair. I updated my example code with the BASIC routine at the end to display the symbol table.
by zephyr
Sat Sep 18, 2010 10:44 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

I discovered the EXEC address of the assembler, and worked out the syntax by disassembly of the cart. The only thing I couldn't work out for now, is how to get the assembler to display the end address of the assembled code ( EDIT: learnt - source code updated). The following code gives a basic idea ...
by zephyr
Sat Sep 18, 2010 3:57 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

Thanks Alastair! :) I have posted the cartridge .rom file in the Uploads forum.
by zephyr
Sat Sep 18, 2010 3:52 pm
Forum: Uploads
Topic: DasmDemon Assembler/Monitor cartridge.
Replies: 2
Views: 2687

DasmDemon Assembler/Monitor cartridge.

Thanks to Alastair, the archive now has a perfect copy of the DasmDemon Assembler/Monitor cartridge by Compusense.
by zephyr
Fri Sep 17, 2010 11:58 pm
Forum: Software Requests
Topic: Compusense. Dasm/Demon
Replies: 17
Views: 14719

Re: Compusense. Dasm/Demon

If you are happy to do so. :)