Can someone tell me is there a possibility for excluding some ASM instruction from C KEIL compiler? (while compiler is converting C files to ASM during compilation, may those instruction be avoided?) Brana
Yes, actually to tell compiler to remove some instructions from the whole union of instruction supported.
"Yes, actually to tell compiler to remove some instructions from the whole union of instruction supported." No, you can't do that.
I thought so... Thank you very much!