(
addr1 addr2 u -- )
If
u is greater than zero, copy the contents of
u
consecutive address units at
addr1 to the
u
consecutive address units at
addr2. After
MOVE
completes, the
u consecutive address units at
addr2
contain exactly what the
u consecutive address units at
addr1 contained before the move.