Arakula / A09

A09 6800/6801/6809/6309/68HC11 Assembler
GNU General Public License v2.0
40 stars 8 forks source link

a09 fails now on 6909 code "LDA A,X" #11

Closed dieterdeyke closed 2 years ago

dieterdeyke commented 2 years ago

LDA A,X should load accumulator A with the value found at the memory address calculated by adding the old value of accumulator A and the X index register. The error message is:

cputest.asm(1448) : error 3: Undefined label in " LDA A,X" cputest.asm(1448) : warning 4: Ambiguous 6800 alternate notation in " LDA A,X"

This used to work OK before.

Arakula commented 2 years ago

Mhm ... seems to be an unfortunate side effect of what I did to resolve issue #10 I'll look into it.

Arakula commented 2 years ago

OK, that should be fixed now.

Arakula commented 2 years ago

... and this time I did more extensive regression tests before uploading it ... oh well.

dieterdeyke commented 2 years ago

Hermann Seib @.***> writes:

OK, that should be fixed now.

Thank you, everything I tested works OK again. -- Dieter Deyke @.*** Get my Gnupg key: gpg --keyserver keys.gnupg.net --recv-keys B116EA20