Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following compiler flags apply to the creation of interworking programs.
The /QRinterwork-return - Enable Interworking flag causes all function returns in a file to be made interworking.
This flag has no effect on function calls.
The /QRarch - Specify Target Architecture flag allows the compiler to generate instructions that are only available on THUMB-enabled microprocessors (such as BX).
For THUMB, this flag is on by default.
For ARM, this flag is off by default.
The /QRinterwork-return flag enables the /QRarch flag.
See Also
THUMB-enabled ARM Implementation
Send Feedback on this topic to the authors