dive2code
December 8th, 2004, 07:58
I have a quick question about __all??? (__alldiv, _allmul, __allrem) function.
I googled and got only that these funtions are related with int64 converstion.
But I couldn't find any stuff explaing that.
Plz let me know the the definition, meaning or reference.
This code is what I met.
After the call, debuger showed changed register values,
such as EAX=FFFFFFF9, ECX=1A, EDX=FFFFFFFF, EBX=0
Thank you
I googled and got only that these funtions are related with int64 converstion.
But I couldn't find any stuff explaing that.
Plz let me know the the definition, meaning or reference.
This code is what I met.
Code:
push 0
push 1Ah
push FFFFFFFF
push 80000011h
call __allrem
After the call, debuger showed changed register values,
such as EAX=FFFFFFF9, ECX=1A, EDX=FFFFFFFF, EBX=0
Thank you