tw14862i.pp 79 B

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