tbs0042.pp 330 B

1234567891011
  1. { $OPT= -Rintel }
  2. Program SomeCrash;
  3. { with pp -TDOS -Rintel bug0042.pp }
  4. { I'll try to fix this for next release -- Carl }
  5. Begin
  6. asm
  7. mov ax,3*-4 { evaluator stack underflow }
  8. end; { due to two operators following each other }
  9. end. { this will also happen in att syntax. }