Search found 6 matches

by Ioannis
Sun May 21, 2023 9:14 pm
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Re: Interrupts and variable saving

Hi Jerry.

That is a great tool! Thank you for your efforts. I am sure it will help a lot of users. New and old one.

Ioannis
by Ioannis
Mon Mar 27, 2023 12:55 pm
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Re: Interrupts and variable saving

Well, yes. The TABLEPTR was the initial trigger as I could not find that in the manual and got confussed. Then came all the other stuff regarding the ISR on top of the complicated 18F series chips!

Ioannis
by Ioannis
Mon Mar 27, 2023 12:43 pm
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Re: Interrupts and variable saving

Thank you very much Jerry for your effort.

Will study this detailed article. I think the tool you have in mind will help many more!

Ioannis
by Ioannis
Sat Feb 04, 2023 10:13 am
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Re: Interrupts and variable saving

Hi Jerry. Thank you very much for the detailed reply. It is more clear now. Yes I am coming from PBP, a more easier for the user compiler but of course with a lot of overhead in such cases. The wiki article would be really helpful for many new-comers and I'll be looking forward to. Thanks again, Ioa...
by Ioannis
Thu Feb 02, 2023 5:22 pm
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Re: Interrupts and variable saving

Thanks for the reply, although this makes things more complicated. Currently I use a dying compiler that had an addition from a member of its forum for the support of ISR. Despite what you do in the ISR there is no need to be a private detective to find what variables are needed to save. If only the...
by Ioannis
Thu Feb 02, 2023 3:37 pm
Forum: Compiler
Topic: Interrupts and variable saving
Replies: 13
Views: 12739

Interrupts and variable saving

Hi. First post here as I consider to be a SF compiler user. I am trying to understand how to find which variable I have to save/restore entering the ISR. In the example of this link https://www.sfcompiler.co.uk/wiki/pmwiki.php?n=SwordfishUser.SegCount there is a context saving of TABLEPTR. Where did...