mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 12:03:45 +02:00
10 lines
117 B
ObjectPascal
10 lines
117 B
ObjectPascal
{ this will just give out an error }
|
|
{$asmmode att}
|
|
{$R+}
|
|
var
|
|
w : word;
|
|
begin
|
|
asm
|
|
movl w,%ecx
|
|
end;
|
|
end. |