fpc/tests/webtbf/tw40399.pp

11 lines
98 B
ObjectPascal

{ %cpu=i386 }
{ %fail }
{$asmmode intel}
begin
asm
fnstcw [esi]
imul [esi]
end;
end.