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