BASIC stamp manual v2.2
Index
Page 490 • BASIC Stamp Syntax and Reference Manual 2.2 • www.parallax.com
BASIC Stamp Schematics, 481
BASIC Stamp Windows Editor, 35
Baud Mode (table), 396, 418
Baud Mode, Choosing, 397, 419
BELL, 168
BIN, 162, 163, 173, 220, 227, 260, 265,
298, 306, 403, 422
Binary Coded Decimal, 97
Binary Notation, 96
Binary Operators, 104, 109–21
Add (+), 109
AND (&), 109, 118
AND NOT (&/), 109, 120
Arctangent (ATN), 109, 114
Digit (DIG), 109, 117
Divide (/), 109, 113
Hypotenuse (HYP), 109, 115
Maximum (MAX), 109, 116
Minimum (MIN), 109, 115
Modulus (//), 109, 113
Multiply (*), 109, 110
Multiply High (**), 109, 111
Multiply Middle (*/), 109, 112
OR (|), 109, 118
OR NOT (|/), 109, 120
Reverse (REV), 109, 118
Shift Left (<<), 109, 117
Shift Right (>>), 109, 117
Subtract (-), 109, 110
XOR (^), 109, 119
XOR NOT (^/), 109, 121
Binary Radian, 106, 107, 114
BKSP, 168
Board of Education, 31
Bookmarks, 38, 57
Brad, 106, 107, 114
BRANCH, 133–35, 289, 387
BRANCHING, 133–35, 137–40, 209–12,
213–14, 231–40, 289–90, 331–34,
375–76, 381–85, 387–90, See also
BRANCH, IF...THEN, GOTO, GOSUB,
ON, RETURN, RUN, POLLRUN,
SELECT...CASE
BRIGHT, 467, See XOUT
BS1 Carrier Board, 30
BS1 Serial Adapter, 27, 30
BS1-IC, 11
BS2-IC, 13
BS2p24-IC, 19
BS2p40-IC, 19
BS2px pin configuration function, 143
BS2px voltage comparison function,
141
BS2px24, 23
BS2sx-IC, 17
BSAVE, 76
BUTTON, 137–40
— C —
Cable (Programming), 27
CASE. See SELECT...CASE
CGRAM, 252, 259, 266
Character Generator RAM. See CGRAM
CLRDN, 168
CLREOL, 168
CLS, 168
Colons ( : ), 213
Command Line Interface, 78–79
Command Line Switches
Syntax, 78
Comparator
on BS2px, 141
COMPARE, 141–42
Comparison Operators, 232, See
Operators, Comparison
Compiler Directives, 43–46
and Conditional Compilation, 70–75
See $STAMP, $PBASIC, $PORT, 43
Compile-time Expressions, 94–96, 98
CON Directive, 94, 99
Conditional Compilation, 70–75
Conditional Compile Directives
#DEFINE, 71
#ERROR, 75
#IF...#THEN, 72