mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 17:42:38 +02:00
8 lines
74 B
ObjectPascal
8 lines
74 B
ObjectPascal
{$asmmode att}
|
|
var
|
|
w : word;
|
|
begin
|
|
asm
|
|
movl w,%ecx
|
|
end;
|
|
end. |