I'm still learning my way around this fabulous device, but I've just stubbed my toe on something. I'm trying to compare the value in X with a value stored in a register. I see how to do it indirectly (using the right-arrow). I see how to do it with a register numbered 20 or higher. I see how to do it with a local register. But how do I do it with a global register numbered below 20? When I press 0 or 1 it assumes I want to compare X with 0 or 1 (and yes, I realize these constant comparisons are available).
Can I compare the contents of X with, say the contents of Register 05? Or do I have to do a RCL 05 and then compare X with Y?