Forum Discussion
Altera_Forum
Honored Contributor
20 years ago.section .exceptions.entry.label, "xa"
Dear all, In file "alt_exception_entry.S", I find the following sentences, they make me dizzy, anyone help me interpre them? .section .exceptions.entry.label, "xa" .s...
Altera_Forum
Honored Contributor
20 years agoHi David,
yes, you are right! And you can bypass the section .exception.entry by branching to one of the other sections from your own code or by just returning from the exception, if you have specified your own exception handler in the section .exception.entry.user (that's the way I did it). --wolfgang