Page 1 of 1

asm6809 2.8 released

Posted: Fri Jan 20, 2017 9:11 am
by sixxie
http://www.6809.org.uk/asm6809/

Fixes a bug reported by Bill Dorsey: negative values in the 6309 instructions AIM, OIM, etc. were causing incorrect output.

Re: asm6809 2.8 released

Posted: Fri Jan 20, 2017 10:46 am
by robcfg
Thank you very much!

Re: asm6809 2.8 released

Posted: Fri Jan 20, 2017 4:54 pm
by pser1
Thanks a lot Ciaran,
Sometimes I use to compile for 6309 but ... I had not yet used those opcodes
Only for test purposes (verifying a disassembler) and it seems that I used positive values ...

Have a nice weekend
perer

Re: asm6809 2.8 released

Posted: Fri Jan 20, 2017 8:21 pm
by sixxie
I think you naturally would, Bill just noticed the problem by using the ~ operator, which returns a signed integer...

Re: asm6809 2.8 released

Posted: Fri Feb 03, 2017 7:16 pm
by litwr
I am curious is there a possibility to repeat? For example,

Code: Select all

   repeat 5
      aslb
      rola
   end repeat