Opcode MINSS


CPU: Pentium III+ (KNI/MMX2)
Type of instruction: User

Instruction: MINSS dest,src

Description:
if dest[<0>] is NaN then dest[<0>] <- src[<0>];
if src[<0>] is NaN then dest[<0>] <- src[<0>];
if src[<0>] < dest[<0>] then dest[<0>] <- src[<0>];

Physical Form and Timing:
MINSS xmm1,xmm2/m32 ---- F3 0F 5D /r ---- 1


Copyright by InternetNightmare 2005-2006