Possible Duplicate:
SAR command in X86 assembly with one parameter
What does it mean when there is only a source and no destination parameter in a sar instruction?
example: sar %eax
, when usually the instruction is of type sar source, destination
?