tbs0034.pp 274 B

12345678910111213141516
  1. { line numbering problem }
  2. { I don't really know how to test this (PM }
  3. var i : longint;
  4. begin
  5. asm
  6. movl %eax,%eax
  7. movl %eax,%eax
  8. movl %eax,%eax
  9. movl %eax,%eax
  10. movl %eax,%eax
  11. movl %eax,%eax
  12. movl %eax,%eax
  13. end ;
  14. i:=0;
  15. end.