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

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
WORDMOVE
Copy words from one region to another in main memory.
((PUB ┆ PRI))
Explanation
WORDMOVE
of main memory from one area to another.
starting from SrcAddress to main memory starting at DestAddress.
Using WORDMOVE
WORDMOVE
VAR
PUB Main
The first line of the
the
Page 336 · Propeller Manual v1.0
WORDMOVE
word
word
wordmove(@Buff2, @Buff1, 100)
Buff2
DestAddress
word of source to.
SrcAddress
source to copy.
Count
destination.
is a great way to copy large blocks of word-sized memory. For example:
is one of three commands (
array.
Buff1[100]
Buff2[100]
(DestAddress, SrcAddress, Count )
is an expression indicating the number of words of the source to copy to the
WORDMOVE
– Spin Language Reference
is an expression specifying the main memory location of the first word of
Main
is an expression specifying the main memory location to copy the first
method, above, copies the entire 100-word (200-byte)
is faster at this task than a dedicated
BYTEMOVE
WORDMOVE
,
'Copy Buff1 to Buff2
WORDMOVE
copies Count words of main memory
, and
LONGMOVE
REPEAT
loop.
) used to copy blocks
Buff1
array to

Related parts for 122-32000