peter 24 år sedan
förälder
incheckning
927bfc6842
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. 11 0
      tests/tbs/tb0345.pp

+ 11 - 0
tests/tbs/tb0345.pp

@@ -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.