bug0078.pp 108 B

1234567
  1. { shows error with asm_size_mismatch }
  2. Begin
  3. asm
  4. mov eax, 2147483647
  5. mov eax, 2000000000
  6. end;
  7. end.