I've got an... experiment... I need run on a 39gII. Based on it crashing the emulator, and causing memory loss (although the connkit (that I still had running) restored it inadvertently), I'm expecting it to cause memory loss on the real calc.
Store 0 in A, then run this code:
EXPORT RSTest()(the STO> is actually a different character, but the forum parser didn't like it)
BEGIN
A+1 STO> A;
PRINT(A);
RSTest();
END;
Run for 10 minutes, or until the calculator crashes. Please report what number it reaches, and whether it crashes or not. Also please report if you can stop the program without a battery pull, if it doesn't crash. And, please report what happens when it crashes.
(The goal here is to see how deep HP allows the call stack to be, and what happens when the call stack runs out.)