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