HP Forums
HP-65 40th anniversary edition - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: HP-65 40th anniversary edition (/thread-437.html)

Pages: 1 2


RE: HP-65 40th anniversary edition - Thomas Radtke - 01-22-2014 03:19 PM

(01-22-2014 01:53 PM)Eddie W. Shore Wrote:  Out of curiosity, what are B/O, C/N, and NN? Apologies if I did not write those symbols correctly.
Might be...

B/O = Return
C/N = Run/Stop
NN = Gosub

...as on the MK-52:

MK-52 keyboard mapping


RE: HP-65 40th anniversary edition - W_Max - 01-23-2014 02:47 PM

All described commands works different in program and run modes

B/O - RETURN/CLEAR PC - Return from subroutine/reset program counter to zero ("rewind" program)
C/N - STOP/RUN - STOP in program, RUN, while in RUN mode (you can interrupt program execution at any time by pressing any key)
NN - GOSUB/Step forward. Return from subroutine/step forward in RUN mode