Having a little trouble here with a call instruction.
basically it goes somethin' like this:
__asm
{
xor eax,eax // Intialize
xor ebx,ebx // ^
xor ecx,ecx // ^
xor edx,edx // ^
rdtsc // Get Time Stamp Counter
xchg eax,ebx // EAX -> EBX , EDX -> ECX
xchg...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.