| |||
| Home > Interworking ARM and Thumb > Assembly language interworking using veneers | |||
The assembly language ARM-Thumb interworking method described
in Basic assembly language interworking carried
out all the necessary intermediate processing. There was no need
for the linker to insert interworking veneers, and no need to set
the INTERWORK attribute that the linker uses
to decide whether to add an interworking veneer.
This section describes how you can make use of interworking veneers to:
interwork between assembly language modules
interwork between assembly language and C or C++ modules.