bug0042.pp 312 B

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