fpc/tests/webtbs/tw3444.pp
2005-01-25 15:43:32 +00:00

14 lines
244 B
ObjectPascal

{ %cpu=i386 }
{ Source provided for Free Pascal Bug Report 3444 }
{ Submitted by "Arnstein" on 2004-12-09 }
{ e-mail: Arnstein.Prytz@jcu.edu.au }
{$asmmode intel}
program tmp;
begin
asm
fstp st(1 );
{------------^ NB space}
end;
end.