You need exception tables only for C++ code. To create one, add the EXCEPTION command to the end of your code section - the following listing is an example.
The program identifies the two symbols __exception_table_start__ and __exception_table_end__ at runtime.
__exception_table_start__ = .; EXCEPTION __exception_table_end__ = .;