Conditional Instructions - HP 33s User Manual

Scientific
Hide thumbs Also See for 33s:
Table of Contents

Advertisement

To   :
To a line number:
¹ r Ë
¹ r
To a label:
program lines displayed; PRGM off). For example,

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 A0005 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 A0007. This rule is commonly known as "Do if true."
Do next 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:
Comparison tests. These compare the X–and Y–registers, or the X–register
and zero.
13–6
Programming Techniques
¹ r Ë Ë
¹ r Ë
label nnnn ( nnnn < 10000). For example,
A0005.
label —but only if program entry is not active (no
  
.
.
.
 
1 
  
 
  
.
.
.
1
  
.
.
. 
.
¹ r
2
 2
A.
Skip next if false.

Advertisement

Table of Contents
loading

This manual is also suitable for:

F2216a - 33s scientific calculator

Table of Contents