tw14862d.pp 78 B

12345678910
  1. { %cpu=x86_64 }
  2. { %fail }
  3. {$asmmode intel}
  4. begin
  5. asm
  6. popa
  7. end;
  8. end.