Specifications
Appendix C
Parallax, Inc. • BASIC Stamp Programming Manual 1.8 • Page 427
C
READ
BASIC STAMP I
READ location, variable
• LOCATION is a constant or a bit, byte or word variable in the range
0..255.
• VARIABLE is a bit, byte or word variable.
BASIC STAMP II
READ location, variable
• LOCATION is a constant, expression or a bit, nibble, byte or word
variable in the range 0..2047.
• VARIABLE is a bit, nibble, byte or word variable.
CONVERSION: BS1 R BS2
• LOCATION and VARIABLE may be a nibble variable for efficiency.
• LOCATION may be in the range 0..2047.
CONVERSION: BS1 Q BS2
• LOCATION and VARIABLE must not be a nibble variable.
• LOCATION must be in the range 0..255.










