HP Forums

Full Version: [HP 35s] QQ on GTO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The 3 GTOs I know:
- GTO.. immediate jump to PRGM TOP
- GTO .Xnnn immediate jump to label X line nnn
- GTO Xnnn programmed jump to label X line nnn

It is possible to start coding without any label just after PRGM TOP. Is it possible to GTO in this area?
(02-18-2015 03:13 PM)Tugdual Wrote: [ -> ]The 3 GTOs I know:
- GTO.. immediate jump to PRGM TOP
- GTO .Xnnn immediate jump to label X line nnn
- GTO Xnnn programmed jump to label X line nnn

It is possible to start coding without any label just after PRGM TOP. Is it possible to GTO in this area?

Not that I know of. To execute pre-label code, use the arrow keys or GTO .., then R/S.
R.
This is weird. No GTO, no XEQ, no ISG... what's the purpose of this non labeled section?
(02-18-2015 08:01 PM)Tugdual Wrote: [ -> ]This is weird. No GTO, no XEQ, no ISG... what's the purpose of this non labeled section?

I suppose the options were: (1) force us to put a label on the first line, (2) allow us to have unlabelled and ungotoable code that might be useful to somebody, or (3) allow us to use GTO 0123. I can't see why option (3) would not work, so option (2) is the second-best. By the way, the unlabelled line numbers only go up to 0999; I checked it!
Reference URL's