fpc/tests/tbs0175.pp
1998-12-02 13:05:01 +00:00

7 lines
59 B
ObjectPascal

var
w : word;
begin
asm
movl w,%ecx
end;
end.