Specifications
Appendix C
Parallax, Inc. • BASIC Stamp Programming Manual 1.8 • Page 443
C
STOP
BASIC STAMP I
NO EQUIVELANT COMMAND
BASIC STAMP II
STOP
• Execution is frozen, such as with the END command, however,
low-power mode is not entered and the I/O pins never go into
high impedance mode.
CONVERSION: BS1 R BS2
Code such as the following:
StopExecution: GOTO StopExecution
May be converted to the following code:
StopExecution: STOP
CONVERSION: BS1 Q BS2
Code such as the following:
Quit: STOP
May be converted to the following code:
Quit: GOTO Quit










