[Bug target/17098] Calling an absolute address fails on AVRs smaller than 16kB Flash

ericw at evcohs dot com gcc-bugzilla@gcc.gnu.org
Sun Aug 29 04:27:00 GMT 2004


------- Additional Comments From ericw at evcohs dot com  2004-08-29 04:27 -------
As addtional comment to the OP who wrote:

"The ATmega8 support jmp and call like the ATMega16. But on using jmp and call
with inline assembler it was reported as:

Error: illegal opcode jmp for mcu atmega8"

If you take a look at the datasheet for the ATmega8 on Atmel's web site, you'll
find that there is no jmp or call instruction for the mega8. It only has rjmp
and rcall instructions.

So this portion of the bug report is invalid.

Eric Weddington
WinAVR Admin

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17098



More information about the Gcc-bugs mailing list