Re: ARM 16-bit thumb instructions



There is nothing special to do beyond generating thumb code. Set your compiler architecture flag to Thumb for the DLL of interest:
/Qarch4T (or /Qarch5T) This will automatically enable the internetworking flag (/QRinterwork-return).

The bigger question is how much does the toolchain use Thumb? I do not know the answer to that.





.