tbs0078.pp 125 B

12345678
  1. { $OPT=-Rintel }
  2. { shows error with asm_size_mismatch }
  3. Begin
  4. asm
  5. mov eax, 2147483647
  6. mov eax, 2000000000
  7. end;
  8. end.