Hi.
I've just had a bunch of problems with a small assembler program, I wrote. I am using an old 2313, and I took some code from a larger AVR which happened to contain "call". But the 2313 only supports "rcall".
Using AVR Studio 4.11 SP 3, with AVR assembler version 2 (2.0.31), I don't get any warnings or errors when trying to assemble something with "call", "jmp" or even "spm" for a 2313.
Is this a known bug (I couldn't find anything in the known issues or by searching this forum). And is there a way around it?