mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 23:03:48 +02:00
11 lines
149 B
ObjectPascal
11 lines
149 B
ObjectPascal
{%cpu=i386}
|
|
|
|
{$asmmode intel}
|
|
begin
|
|
asm
|
|
mov eax, 1;
|
|
mov ebx, eax;
|
|
{ first comment }{ second comment }
|
|
mov ecx, eax;
|
|
end;
|
|
end. |