en-us_products:mpino_studio2:box_functions:transfer:gmov
Table of Contents
GMOV Box Function
Group Move
Category: Transfer Box Functions
Behavior
Copies a contiguous range of D, C, or T WORD values to a destination range in the same order.
Syntax and Arguments
Syntax: GMOV D0 D10 3
- 1st = S: source start address
- 2nd = D: destination start address
- 3rd = N: number of words to copy
Behavior Example
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0…D2=10, 20, 30 | GMOV D0 D10 3 | D10…D12=10, 20, 30 |
Cautions
- Make sure the source and destination data formats match.
- Make sure the contiguous source and destination ranges do not overlap and that the count stays within the available range.
Box Functions in the Same Category
- MOV View details — Move
- FMOV View details — Fill Move
en-us_products/mpino_studio2/box_functions/transfer/gmov.txt · Last modified: by 127.0.0.1
