Page 1 of 1

Interrupt functions

Posted: 10 Feb 2009 16:08
by Daniel Wee
Would it be possible to declare an interrupt function that does not save all the registers? That alone can incur quite a bit of unnecessary overhead when only one or two registers are actually used, especially when the routine will be mainly written in assembly. Please consider adding this option for the new version (which I though would be released last May).

Daniel

Re: Interrupt functions

Posted: 11 Feb 2009 12:05
by rajkovic
Daniel Wee wrote:Would it be possible to declare an interrupt function that does not save all the registers? That alone can incur quite a bit of unnecessary overhead when only one or two registers are actually used, especially when the routine will be mainly written in assembly. Please consider adding this option for the new version (which I though would be released last May).

Daniel
will be implemented