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,
as you might have noticed already, the exception handler is spread over a couple of source files and these labels are used to identify specific blocks of the exception handler. You will find these labels and a lot more (like .exceptions.entry.user) in the generated.x file again. They give you the opportunity to replace the exception handler or add your own code to it without touching the original files. hope this helps, --wolfgang