I want to use the code here in my C++ program.
I'm using the MS VC++ 2005 Express compiler. However, I have little to no experience with x86 asm. How would I insert the asm into my program and call the asm procedure? Does the fact that it's 'MASM' (vs. another ASM?) make any difference in my situation?
Will the asm dword sorting code also allow me to sort integers (unsigned)?
Thanks.
I'm using the MS VC++ 2005 Express compiler. However, I have little to no experience with x86 asm. How would I insert the asm into my program and call the asm procedure? Does the fact that it's 'MASM' (vs. another ASM?) make any difference in my situation?
Will the asm dword sorting code also allow me to sort integers (unsigned)?
Thanks.