fpc/bugs/bug0175.pp
1999-02-02 14:12:48 +00:00

8 lines
74 B
ObjectPascal

{$asmmode att}
var
w : word;
begin
asm
movl w,%ecx
end;
end.