tb0037.pp 324 B

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