tb0345.pp 150 B

1234567891011
  1. {%cpu=i386}
  2. {$asmmode intel}
  3. begin
  4. asm
  5. mov eax, 1;
  6. mov ebx, eax;
  7. { first comment }{ second comment }
  8. mov ecx, eax;
  9. end;
  10. end.