We are in ROM. Diagnostics resets the machine, thus plenty of ZP values are 0, that seems normal if the code is executed prior to anything else. Here, this is a program that is executed in RAM after booting, with an OS installed. You just do not have the guarantee that ZP values are 0. Antoine