is there a macro to display 64-bit unsigned integers (EDX:EAX) ?
Dave,
There is uqword$ and sqword$ which use msvcrt.dll. If you have a problem with that, they can easily be modified to use wsprintf instead of sprintf by changing 'crt_sprintf' to 'wsprintf' in the macros, those functions have the same parameters. If I remember correctly, I tested them with EDX:EAX.
many thanks, Greg
perfect :U