Name: OP 2010-07-13 15:00
C++.
Is _asm{} as useful as i think it is? for example writing a function that passes it's parametersto _asm{} and then does some loops/if's etc then returns back. That would be more efficient (for mass/batch use) than if i wrote the function in C++ right?
Is _asm{} as useful as i think it is? for example writing a function that passes it's parametersto _asm{} and then does some loops/if's etc then returns back. That would be more efficient (for mass/batch use) than if i wrote the function in C++ right?