Hello all,
Although my 25C may have amnesia, I'd rather salvage my 25C for its functionality.
Since I also have a 55, I've been pondering the idea of implementing subroutines although there is only GTO on both.
Although one idea like the 'Newton's Method' program in the HP-25 Applications Book which build the Newton algorithm surrounding the user function, one idea I was toying with is something like this:
01 1
02 [RCL] 1
03 [GTO] 33
04 0
04 RCL 2
05 [ABS]
06 [GTO] 33
07 [FRAC]
Subroutine--
33 [log]
34[rV]
35 [x=0]
36 [GTO] 04
37 [GTO] 07
In other words, although a simple example, what's in the Y register controls where the [GTO] instruction transfers to at step 35 for both the first and second time the subroutine is called.
Any ideas of other approaches to subroutine techniques on an HP-25 and 55 are welcome as I am looking for new techniques to increase the functionality of my 55 and 25.
Edited: 16 Apr 2012, 9:57 p.m.