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