mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 14:33:41 +02:00
7 lines
59 B
ObjectPascal
7 lines
59 B
ObjectPascal
var
|
|
w : word;
|
|
begin
|
|
asm
|
|
movl w,%ecx
|
|
end;
|
|
end. |