blob: 334489f44a0013bc5caa0c6d95665ff0f64f41ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ %CPU=i386 }
{ %OPT= -Rintel }
{ Old file: tbs0042.pp }
{ shows assembler double operator expression problem OK 0.99.7 (PFV) }
Begin
asm
mov ax,3*-4 { evaluator stack underflow }
end; { due to two operators following each other }
end. { this will also happen in att syntax. }
|