tw14862c.pp 80 B

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