fpc/tests/tbs/tb0345.pp
2002-09-07 15:40:30 +00:00

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.