Posts: 67
Threads: 7
Joined: Mar 2013
I can answer the first part. I emailed Maciej and he told me that sales of his 11 RPN emulators were not enough to justify the annual developer's fee from Apple. He decided not to renew this year and Apple promptly pulled all his apps. Sad outcome.
They will be missed for sure.
As to the debugger screen, I believe the registers A & B are scratch pad registers that the calculator uses internally. Register C contains the values in the X register. The following 3 (either listed as D, E, & F or Y, Z, & T) contain the rest of the stack. So you can use the debugger to view the stack, they way the calculator stores the numbers. Hopefully someone else can give a more detailed explanation of the rest of the debugger.
Bob
Posts: 67
Threads: 7
Joined: Mar 2013
Regarding the debugger screen you can find some details about the inner workings of the HP-35 at
http://www.jacques-laporte.org/HP35%20ROM.htm
Around the middle of the page you can see some of these fields explained.