| ??? 02/16/02 19:21 Read: times |
#19891 - RE: Adding assembly to C. -- Dan Henry |
Yes Dan, you're right. That's why it is much better to move inline asm to separate asm module, this way the compiler optimization is not disabled, however you can still enable register optimization for asm function by defining the registers that are altered in your asm function.
Franc |



