@@ -0,0 +1,11 @@
+{%cpu=i386}
+
+{$asmmode intel}
+begin
+asm
+ mov eax, 1;
+ mov ebx, eax;
+ { first comment }{ second comment }
+ mov ecx, eax;
+end;
+end.