asm6809 2.3 released

A place to discuss everything Dragon related that doesn't fall into the other categories.
sixxie
Posts: 1348
Joined: Fri Jul 18, 2008 8:36 am
Location: Hertfordshire
Contact:

Re: asm6809 2.3 released

Post by sixxie »

Now that would be a bug :)

The test for single indirect argument is a specific one, and it didn't account for "undefined" (which it is in the first pass for a forward reference). "Oops".

I need to push a new version out anyway, so this should soon be fixed.
pser1
Posts: 1668
Joined: Sun Mar 25, 2012 7:32 pm
Location: Barcelona (SPAIN)

Re: asm6809 2.3 released

Post by pser1 »

Hi Ciaran,

I downloaded the new version and it accepts gently the extended indirect. Thanks a bunch!!!

cheers
pere

Pd. By the way, as I had to use
JSR [$XXXX,PCR]
and the routines were near the code, it has been producing shorter code than the extended indirect I was using :D
It is just one byte for every call but it's good to know!
Post Reply