
The code works in ASM3 but I am using ASM6 so I am assuming I have done something wrong converting it to ASM6. Would anyone be kind enough to take a look at my code?
https://pastebin.com/qWVh7Xgd
Thanks!
Moderator: Moderators

There is no (foobar),x addressing mode in 65xxx series. There is (foobar),y (this is called indirect indexed or sometimes "post-indexed") or (foobar,x) (this is called indexed indirect or sometimes "pre-indexed").lazerbeat wrote:Thanks so much that was it! Is (foobar),x in asm6 the same as [foobar],x in ASM3?