Propeller Manual

Table Of Contents
Index
I
I/O pins, 26
Direction, 104–6, 289
Inputs, 118–19, 297
Outputs, 175–77, 330
Rules, 105, 176
I/O pins (spec), 15, 16
I/O Sharing Examples (table), 27
ID of cog, 75, 283
IEEE-754, 109
IF (spin), 112–16
IF_x (asm) (conditions), 295
IFNOT (spin), 117
Import external file, 107
INA, INB (asm), 23, 297, 338
INA, INB (spin), 23, 118–19, 200
Increment, pre- or post- ‘+ +’, 152
Indention, 59, 113, 189
Infinite loops, 189
Initial clock mode, 68
Initial frequency, 65
Input register, 118–19, 297
Input states, 23
INSTR field (asm), 251
Instruction field (asm), 250
Intermediate assignments, 147
Internal RC Oscillator (spec), 16
Is Equal or Greater, Boolean ‘=>’, ‘=>=’, 172
Is Equal or Less, Boolean ‘=<’, ‘=<=’, 171
Is Equal, Boolean ‘==’, ‘===’, 169
Is Greater Than, Boolean ‘>’, ‘>=’, 171
Is Less Than, Boolean ‘<’, ‘<=’, 170
Is Not Equal, Boolean ‘<>’, ‘<>=’, 170
J
JMP (asm), 298–99
JMPRET (asm), 300–302
L
Label field (asm), 250
Labels, global and local (asm), 242
Launching a new cog, 76, 78, 284
Launching assembly code, 77, 81, 103
Launching Spin code, 77, 79, 80
Least Significant Bit (LSB), 159
Length of string, 206
Level of precedence, 143, 146
LFSR, 159
Limit Maximum ‘<#’, ‘<#=’, 155
Limit Minimum ‘#>’, ‘#>=’, 155
Linear Feedback Shift Register (LFSR), 159
List delimiter (,), 208
Literal indicator (asm), #, 240, 241, 360
Local label (asm), 242
Local label indicator (asm), :, 242, 361
Local optimized addressing, 185
Local variable separator, |, 208
Local variables, 184
Lock, 30, 120, 122, 125, 126, 303, 304, 305, 306
Lock rules, 123
LOCKCLR (asm), 303
LOCKCLR (spin), 120–21
LOCKNEW (asm), 304
LOCKNEW (spin), 122–24
LOCKRET (asm), 305
LOCKRET (spin), 125
LOCKSET (asm), 306
LOCKSET (spin), 126–27
Log and anti-log tables, 34, 381
Log table, 382
Logic threshold, 15
Long
Data declaration, 129
Global optimized addressing, 212
Local optimized addressing, 185
Memory type, 16, 128
Range of, 128
Reading/writing, 130, 336, 375
Variable declaration, 129
LONG (spin), 128–33
Long-aligned, 100
LONGFILL (spin), 134
LONGMOVE (spin), 135
LOOKDOWN, LOOKDOWNZ (spin), 136–37
LOOKUP, LOOKUPZ (spin), 138–39
Loops
Conditional, 192
Early termination, 140, 186
Examples, 188
Finite, counted, 190
Finite, simple, 190
Infinite, 189
Propeller Manual v1.1 · Page 391