--- In AVR-Chat@yahoogroups.com, "ldevriesau" <lde99881@...> wrote: > CALL 0xf801 ; getchar Did you use jmp (4 bytes) or rjmp (2 bytes) in your jump table? If the former, the destination address is definitely wrong. If the latter, it might be wrong. Remember that absolute jump and call instaructions need *word* addresses. Don Kinzer ZBasic Microcontrollers http://www.zbasic.net
Message
Re: Executing code in boot page from application page
2008-04-08 by Don Kinzer