====== GMOV Box Function ====== **Group Move** Category: [[en-us_products:mpino_studio2:box_functions:transfer|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 | {{ :en-us_products:mpino_studio2:transfer-examples.svg?1000 |Inputs and results for Transfer Box Functions }} ===== 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 ===== * [[en-us_products:mpino_studio2:box_functions:transfer:mov|MOV View details]] — Move * [[en-us_products:mpino_studio2:box_functions:transfer:fmov|FMOV View details]] — Fill Move