Group Move
Category: Transfer Box Functions
Copies a contiguous range of D, C, or T WORD values to a destination range in the same order.
Syntax: GMOV D0 D10 3
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0…D2=10, 20, 30 | GMOV D0 D10 3 | D10…D12=10, 20, 30 |