tb0050.pp 212 B

123456789101112
  1. { %FAIL }
  2. { Old file: tbf0248.pp }
  3. { Asm, Wrong assembler code accepted by new assembler reader OK 0.99.11 (PFV) }
  4. {$asmmode att}
  5. begin
  6. asm
  7. call *%eax // this is correct
  8. movl %esi,*%eax
  9. end;
  10. end.