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

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

Re: AW: [avr-gcc-list] Interrupt handling


From: Dmitry K.
Subject: Re: AW: [avr-gcc-list] Interrupt handling
Date: Thu, 27 May 2004 09:16:58 +1100
User-agent: KMail/1.5

> >    Writing asm codes, I usually used things like this:
> >
> > ============
> > ...
> > .org 0x09
> > reti         ; Timer0 overflow handler
> >

Additional remark:
   avr-as use "lpm"-like addresses (to point place).
   It must be `.org 0x12' in this case.



reply via email to

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