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










