Page 1 of 2

Compusense. Dasm/Demon

Posted: Thu Sep 16, 2010 12:51 am
by zephyr
I'm looking for an original ROM dump from Compusense's Dasm/Demon assembler/monitor cartridge.

Re: Compusense. Dasm/Demon

Posted: Thu Sep 16, 2010 8:50 pm
by Alastair
How do you create a cartridge ROM dump? Is it a case of CSAVEM "DASMROM", x, y, 0 and if so what are the values of x and y?

Re: Compusense. Dasm/Demon

Posted: Thu Sep 16, 2010 10:08 pm
by zephyr
Yes, that's correct.

The required syntax for saving a 8K ($C000 to $DFFF) cartridge is CSAVEM"DASMDEM",49152,57343,35725
The required syntax for saving a 16K ($C000 to $FEFF) cartridge is CSAVEM"DASMDEM",49152,65279,35725

Please save to cassette as a 16K cart (or 8K cart if you know for sure its only 8K), convert to.CAS file, and attach the .CAS file to your reply. I can convert the .CAS file to .ROM format myself.

Regards,
Steve

Re: Compusense. Dasm/Demon

Posted: Fri Sep 17, 2010 7:54 pm
by Alastair
This may take a while, I am having a bit of difficulty creating a CAS file.

Re: Compusense. Dasm/Demon

Posted: Fri Sep 17, 2010 10:09 pm
by Alastair
I have managed to create a CAS file, but I am unable to test it properly so it may not be perfect. If you can create a ROM from it, you can test DEMON by typing EXEC &HC000.

Re: Compusense. Dasm/Demon

Posted: Fri Sep 17, 2010 11:29 pm
by zephyr
Thank you for taking the time to perform this task. 8-) The following BASIC program returns a checksum of 829736 under T3 and XROAR emulation. Is this checksum correct?

Code: Select all

10 CSUM = 0
20 FOR I = 49152 TO 57343:CSUM = CSUM+PEEK(I):NEXT
30 PRINT CSUM
Regards,
Steve

Re: Compusense. Dasm/Demon

Posted: Fri Sep 17, 2010 11:49 pm
by Alastair
You mean I have to retrieve my Dragon and DASM/DEMON cartridge after I've put them away earlier today ;) and type in the above?

Re: Compusense. Dasm/Demon

Posted: Fri Sep 17, 2010 11:58 pm
by zephyr
If you are happy to do so. :)

Re: Compusense. Dasm/Demon

Posted: Sat Sep 18, 2010 1:02 pm
by Alastair
That's the checksum I get, so I'm now off to scan the manuals.

Re: Compusense. Dasm/Demon

Posted: Sat Sep 18, 2010 3:57 pm
by zephyr
Thanks Alastair! :) I have posted the cartridge .rom file in the Uploads forum.