Page 1
HP 35s Converting programs to line number addressing Programming the HP 35s Using line numbers rather than labels Example...
Page 2
A simple program is just a set of keystrokes stored so that they can be carried out with one key. The HP 35s provides many commands to let programs do more, for example stop and ask for input, or show an intermediate result.
Page 3
RCL A A001 LBL A A002 STO A x=y? STO A GTO A003 **Changed** X<>Y RCL A RMDR INT÷ x=0? GTO C GTO D hp calculators - 3 - HP 35s Converting programs to line number addressing - Version 1.0...
Page 4
A011 GTO A019 Conclusion. While there are many ways of converting programs containing labels to use line numbers, this is one example. Line number addressing provides many benefits on the HP 35s. hp calculators - 4 - HP 35s Converting programs to line number addressing - Version 1.0...