tb0030.pp 371 B

12345678910111213141516171819
  1. { Old file: tbs0034.pp }
  2. { shows wrong line numbering when asmbler is parsed in direct mode. }
  3. { line numbering problem }
  4. { I don't really know how to test this (PM }
  5. var i : longint;
  6. begin
  7. asm
  8. movl %eax,%eax
  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. end ;
  16. i:=0;
  17. end.