avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Bootloader - SPM - Mega128


From: Marek Michalkiewicz
Subject: Re: [avr-gcc-list] Bootloader - SPM - Mega128
Date: Wed, 23 Jan 2002 11:43:16 +0100 (CET)

> I think you are right, the assembler does not know the instruction,

Must be some really old assembler, or a bug somewhere...
Current CVS binutils have no problem with "spm".
Anyway, you can always write:

        .word 0x95E8
        .word 0xFFFF
        nop

(some of the datasheets want 0xFFFF and "nop" after "spm").

Hope this helps,
Marek
avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]