[fpc-pascal] Pascal Ardiono (avr) library
Florian Klämpfl
florian at freepascal.org
Sun Apr 4 13:33:46 CEST 2021
> Am 04.04.2021 um 12:50 schrieb Joost van der Sluis via fpc-pascal <fpc-pascal at lists.freepascal.org>:
>
> Isn't it at least a good practice to store self at Y. So we have Z free for other calculations and can access members directly using ldd (),y+().
>
> But maybe that's difficult?
Using Y might be indeed difficult as the compiler knows only after register allocation that it does not need Y for other purposes. It would basically require the ability to redo code generation.
But tracking the use of Z is indeed something I would like to implement already for a longer time.
More information about the fpc-pascal
mailing list