[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Handling interrupts in assembler - how?
From: |
Michal Vanka |
Subject: |
Re: [avr-gcc-list] Handling interrupts in assembler - how? |
Date: |
Wed, 17 Sep 2003 13:48:09 +0200 |
> The basic question is: is it really needed to perform all actions
> covered by DoSomething during ISR? Maybe only part of them have to be
> done in "hard" time and rest can be deffered.
> It is common technique to handle interrupt as fast as possible doing
> only neccessary things (like hardware interaction) and set some flag(s)
> to inform rest of the program that some event(s) had happened.
I agree. I was just curious. If the DoSomething() in my question weren't
complicated,
there wouldn't be need to push registers it used, therefore the whole
question would be meaningless 8-).
But even if I have relatively simple code that needs some pushes, the gcc
generates them in
the most upper caller. It is logical. But I just wanted to know if it can be
bypassed....
Regards,
Michal Vanka
http://www.vanka.net
- Re: [avr-gcc-list] How to do multi-line assembler macros?, (continued)
Re: [avr-gcc-list] How to do multi-line assembler macros?, Brian Dean, 2003/09/09
- Re: [avr-gcc-list] How to do multi-line assembler macros?, Joerg Wunsch, 2003/09/10
- [avr-gcc-list] Handling interrupts in assembler - how?, Michal Vanka, 2003/09/17
- Re: [avr-gcc-list] Handling interrupts in assembler - how?, Artur Lipowski, 2003/09/17
- Re: [avr-gcc-list] Handling interrupts in assembler - how?, Michal Vanka, 2003/09/17
- Re: [avr-gcc-list] Handling interrupts in assembler - how?, Artur Lipowski, 2003/09/17
- Re: [avr-gcc-list] Handling interrupts in assembler - how?,
Michal Vanka <=
- Re: [avr-gcc-list] Handling interrupts in assembler - how?, Artur Lipowski, 2003/09/17
Re: [avr-gcc-list] Handling interrupts in assembler - how?, Julius Luukko, 2003/09/17
[avr-gcc-list] How to do multi-line assembler macros?, Oleksandr Redchuk, 2003/09/09
Re: [avr-gcc-list] How to do multi-line assembler macros?, E. Weddington, 2003/09/09
Re: [avr-gcc-list] How to do multi-line assembler macros?, E. Weddington, 2003/09/10
Re: [avr-gcc-list] How to do multi-line assembler macros?, E. Weddington, 2003/09/10