====== MOV Box Function ====== **Move** Category: [[en-us_products:mpino_studio2:box_functions:transfer|Transfer Box Functions]] ===== Behavior ===== Copies one source value to the destination. ===== Syntax and Arguments ===== **Syntax:** ''MOV D0 D1'' * 1st = S: address or constant (value to copy) * 2nd = D: value destination address ===== Behavior Example ===== ^ Run condition ^ Before ^ Command entered ^ Expected result ^ | Left condition ON | D0=25 | ''MOV D0 D1'' | D1=25 | {{ :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. ===== Box Functions in the Same Category ===== * [[en-us_products:mpino_studio2:box_functions:transfer:gmov|GMOV View details]] — Group Move * [[en-us_products:mpino_studio2:box_functions:transfer:fmov|FMOV View details]] — Fill Move