14-6
To
:
.
To a specific line number:
label line number
(
line number
< 1000).
For example,
A
. For example, press
A
. The display will show ”
” .
If you want to go to the first line of a label, for example. A001:
(press and hold), the display will show ”
”.
Conditional Instructions
Another way to alter the sequence of program execution is by a
conditional test
, a
true/false test that compares two numbers and skips the next program instruction if
the proposition is false.
For instance, if a conditional instruction on line A005 is
(that is,
is x equal to
zero
?
), then the program compares the contents of the X–register with zero. If the X–
register
does
contain zero, then the program goes on to the next line. If the X–
register does
not
contain zero, then the program
skips
the next line, thereby
branching to line A007. This rule is commonly known as "Do if true."
The above example points out a common technique used with conditional tests: the
line immediately after the test (which is only executed in the "true" case) is a
branch
to another label. So the net effect of the test is to branch to a different routine under
certain circumstances.
There are three categories of conditional instructions:
.
.
.
Do next if true.
2
Skip next if false.
1
2
.
.
.
1
.
.
.
Содержание 35s
Страница 1: ...HP 35s scientific calculator user s guide H Edition 1 HP part number F2215AA 90001 ...
Страница 14: ...12 Contents ...
Страница 15: ...Part 1 Basic Operation ...
Страница 16: ......
Страница 46: ...1 30 Getting Started ...
Страница 63: ...RPN The Automatic Memory Stack 2 17 A Solution ...
Страница 64: ...2 18 RPN The Automatic Memory Stack ...
Страница 74: ...3 10 Storing Data into Variables ...
Страница 180: ...12 14 Statistical Operations ...
Страница 181: ...Part 2 Programming ...
Страница 182: ......
Страница 246: ...15 12 Solving and Integrating Programs ...
Страница 270: ...16 24 Statistics Programs ...
Страница 284: ...17 14 Miscellaneous Programs and Equations ...
Страница 285: ...Part 3 Appendixes and Reference ...
Страница 286: ......
Страница 308: ...B 8 User Memory and the Stack ...
Страница 322: ...C 14 ALG Summary ...
Страница 336: ...D 14 More about Solving ...
Страница 346: ...E 10 More about Integration ...
Страница 352: ...F 6 Messages ...
Страница 370: ...G 18 Operation Index ...
Страница 382: ...Index 12 ...