122-32000 Parallax Inc, 122-32000 Datasheet - Page 154

MANUAL PROPELLER

122-32000

Manufacturer Part Number
122-32000
Description
MANUAL PROPELLER
Manufacturer
Parallax Inc
Datasheets

Specifications of 122-32000

Accessory Type
Manual
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
Propeller Education (PE) Kit
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
REPEAT
NEXT
QUIT
RETURN
ABORT
Memory
BYTE
WORD
LONG
BYTEFILL
WORDFILL
LONGFILL
BYTEMOVE
WORDMOVE
LONGMOVE
LOOKUP
LOOKUPZ
LOOKDOWN
LOOKDOWNZ
STRSIZE
STRCOMP
Page 154 · Propeller Manual v1.0
...FROM
...TO
...STEP
...UNTIL
...WHILE
Execute block of code repetitively an infinite or finite number of times
with optional loop counter, intervals, exit and continue conditions; p
293.
Skip rest of
Exit from
Exit
Exit
Declare byte-sized symbol or access byte of main memory; p 165.
Declare word-sized symbol or access word of main memory; p 331.
Declare long-sized symbol or access long of main memory; p 236.
Fill bytes of main memory with a value; p 169.
Fill words of main memory with a value; p 335.
Fill longs of main memory with a value; p 240.
Copy bytes from one region to another in main memory; p 170.
Copy words from one region to another in main memory; p 336.
Copy longs from one region to another in main memory; p 241.
Get value at index (1..N) from a list; p 244.
Get value at zero-based index (0..N−1) from a list; p 244.
Get index (1..N) of a matching value from a list; p 242.
Get zero-based index (0..N−1) of a matching value from a list; p 242.
Get size of string in bytes; p 311.
Compare a string of bytes against another string of bytes; p 308.
PUB
PUB
/
/
PRI
PRI
REPEAT
REPEAT
with normal status and optional return value; p 301.
with abort status and optional return value; p 161.
loop; p 291.
block and jump to next loop iteration; p 246.

Related parts for 122-32000