fpc/tests/tbs0175.pp
1999-02-02 14:32:10 +00:00

10 lines
118 B
ObjectPascal

{ this will just give out a warning }
{$asmmode att}
{$R-}
var
w : word;
begin
asm
movl w,%ecx
end;
end.