Page 2 of 2

Re: asm6809 2.3 released

Posted: Sun Mar 15, 2015 7:52 am
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.

Re: asm6809 2.3 released

Posted: Sun Apr 19, 2015 4:22 pm
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!