bug0248.pp 96 B

12345678
  1. {$asmmode att}
  2. begin
  3. asm
  4. call *%eax // this is correct
  5. movl %esi,*%eax
  6. end;
  7. end.