You not only can add skips at the beginning of a program,
you can add destination sub-routines at any point of the pro-
gram.
Example:
Calculate y=ax+b when the value of x changes each time
it is executed, while a and b can change depending on the
operations.
When this program is executed, the values for a and b are
stored in memory slots A and B respectively. Afterwards,
only the x value can be changed.
In this way, an unconditional skip is made according to the
Goto and Lbl commands and the fl ow of the program execu-
tion is changed.
When there is no Lbl n command to go with a Goto n com-
mand, an error message will appear on the screen (Go er-
ror)
Conditional Skips
Conditional skips compare a numeric value stored in memo-
ry to a constant or another numeric value stored in memory.
If the condition is true, the command after will be ex-
Summary of Contents for CAL-150
Page 2: ...CAL 150 CALCULADORA CIENTÍFICA GRAFICADORA ESPAÑOL ...
Page 52: ......
Page 65: ...Regresión Lineal ...
Page 81: ...Active la función de trazado ...
Page 82: ......
Page 96: ...Ejecución de programas El siguiente programa será ejecutado ...
Page 132: ...CAL 150 SCIENTIFIC GRAPHIC CALCULATOR ENGLISH ...
Page 184: ......
Page 185: ...Hyperbole and Inverse Hyperbole Functions These operations cannot be realized in Base N mode ...
Page 191: ...Basic Arithmetic Operations using binary octal deci mal and hexadecimal values ...
Page 197: ...Lineal Regression ...
Page 210: ......
Page 213: ...After specifying the ranges introduce the graph y x2 3 Activate the trace function ...
Page 214: ......
Page 229: ...Summary ...