tb0037.pp 310 B

1234567891011
  1. { %OPT= -Rintel }
  2. { Old file: tbs0042.pp }
  3. { shows assembler double operator expression problem OK 0.99.7 (PFV) }
  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. }