This is quite simple : 1 - Imagine that fpc initializes all memory to 0. 2 - Imagine that you are running on a low power platform. 3 - You are not going to use the default value of 0. 4 - You reinitialize the memory to your own default value.
See, you did TWO memory store instructions instead of just one, and this is a waste of time/power. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal