Hello,
The following source code:
var
Bla : byte;
Bla1 : byte;
Bla2 : byte;
Bla3 : byte;
Bla4 : byte;
Bla :=
Bla1 +
Bla2 +
Bla3 +
Bla4;
is displayed in the cpu window as:
Project1.dpr.18: Bla :=
00409160 8D1C02 lea ebx,[edx+eax]
00409163 02D9 add bl,cl
00409165 021D08F94000 add bl,[$0040f908]
The additional lines Bla1 + etc are missing !
This gives an inaccurate view of the situation ;) !
Bye,
Skybuck.