Print3dnow

OllyDbg Plugin API

Print3dnow

Decodes 64-bit 3Dnow! number (consisting of two 32-bit floating numbers) to ASCII string. Returns length of decoded string.

int Print3dnow(char *s,char *f);

Parameters:

s - pointer to buffer of length at least TEXTLEN bytes where Print3dnow places decoded string;

f - pointer to 8-byte buffer containing 3Dnow! number.

See also: Printfloat4, Printfloat8, Printfloat10, Printsse