tb0030.pp 385 B

1234567891011121314151617181920
  1. { %CPU=i386 }
  2. { Old file: tbs0034.pp }
  3. { shows wrong line numbering when asmbler is parsed in direct mode. }
  4. { line numbering problem }
  5. { I don't really know how to test this (PM }
  6. var i : longint;
  7. begin
  8. asm
  9. movl %eax,%eax
  10. movl %eax,%eax
  11. movl %eax,%eax
  12. movl %eax,%eax
  13. movl %eax,%eax
  14. movl %eax,%eax
  15. movl %eax,%eax
  16. end ;
  17. i:=0;
  18. end.