fpc/tests/tbs/tb0345.pp
2001-03-10 12:56:57 +00:00

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.