MOVSX (386+ only)

MOVSX - Move with Sign Extend (386+ only)

Copies the value of the source operand to the destination register with the sign extended.

Usage:

	MOVSX	dest,src	;

Modifies flags:

none