Richard,
since you do not have PBP variables in ISR, you can set this:
as this:Code:INT_HANDLER INT_INT, _TL, PBP,yes
and see the difference.Code:INT_HANDLER INT_INT, _TL, ASM,yes
Ioannis
Richard,
since you do not have PBP variables in ISR, you can set this:
as this:Code:INT_HANDLER INT_INT, _TL, PBP,yes
and see the difference.Code:INT_HANDLER INT_INT, _TL, ASM,yes
Ioannis
Bookmarks