Search found 334 matches

by Bosco
Mon Jun 23, 2014 6:05 pm
Forum: Dragon General
Topic: Dragon Setup
Replies: 9
Views: 5188

Dragon Setup

Hi. I bought a cheap Dragon 32 recently, eagerly hooked it up to a CRT TV, (via an old RF cable), and tried loading a WAV from my Android tablet. Unfortunately this didn't work, although why I'm not sure. I tried loading at different volume settings but the Dragon didn't appear to be picking up an a...
by Bosco
Thu Jun 19, 2014 1:43 pm
Forum: Dragon General
Topic: Programming on the Dragon 64
Replies: 3
Views: 2320

Re: Programming on the Dragon 64

Hi.

If you're interested in Assembly language programming on the Dragon I'd recommend reading `Inside the Dragon' .
by Bosco
Thu Jun 19, 2014 1:24 pm
Forum: Dragon General
Topic: Hello!
Replies: 4
Views: 3371

Re: Hello!

Hi ravard.

Welcome aboard.

I've also just bought a Dragon. The Dragon I had as a child is stashed somewhere but I've given up looking for it. :lol:

How much did you pay for yours?
by Bosco
Wed Jun 18, 2014 8:28 pm
Forum: Dragon General
Topic: Playing with Hama Beads!
Replies: 2
Views: 1857

Re: Playing with Hama Beads!

LOL, that's ace! :D
by Bosco
Tue Jun 10, 2014 1:38 pm
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

I like your thinking there zephyr. :)
by Bosco
Sun Jun 08, 2014 1:04 pm
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

I need to slow down. "Less haste, more speed'. :D

Thanks for all the help.
by Bosco
Sun Jun 08, 2014 11:57 am
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

Thanks for taking a look tormod. Using `fill' will be no problem. :) I've also been trying to output a listing txt file but typing the below produces the error `cannot open file `prog.txt': no such file or directory' lwasm -b -o prog.bin -l prog.txt prog.asm Creating a dummy text file called prog.tx...
by Bosco
Sun Jun 08, 2014 1:09 am
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

Hi tormod. Sorry if I sounded dismissive. I'm still finding my feet. I'm really pleased to hear LWASM is being supported so I've been going through my code commenting sections out and I've found the root of the problem. If I use the pseudo-opcode `rmb' to reserve some memory bytes eg. rmb $10 , make...
by Bosco
Sat Jun 07, 2014 9:13 pm
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

Had a go at using makewav with a DECB output from LWASM. Similar issue to before. Converted my small test program to CAS and WAV without issues but the second program threw this error; `Error: Wrong DECB block length'. I should add both DECBs work perfectly in XRoar. If LWASM is the problem I should...
by Bosco
Sat Jun 07, 2014 5:04 pm
Forum: Hints and Tips
Topic: File Formats
Replies: 21
Views: 15152

Re: File Formats

Hi zephyr. I'm getting mixed results converting LWASM raw binaries to CAS. The little test program I attached does seem ok but other larger programs can look garbled, albeit still running. Equivalent raw binaries from `asm6809' appear to convert perfectly though, so hat's off to Ciaran. :) Hi tormod...