====== FMOV Box Function ====== **Fill Move** Category: [[en-us_products:mpino_studio2:box_functions:transfer|Transfer Box Functions]] ===== Behavior ===== Reads one D, C, or T WORD address and fills a contiguous destination WORD range with that value. ===== Syntax and Arguments ===== **Syntax:** ''FMOV D0 D10 3'' * 1st = source: D, C, or T WORD address to read * 2nd = destination: first D, C, or T WORD address to fill * 3rd = count: number of WORDs to fill ===== Behavior Example ===== ^ Run condition ^ Before ^ Command entered ^ Expected result ^ | Left condition ON | D0=7 | ''FMOV D0 D10 3'' | D10…D12=7, 7, 7 | {{ :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. * Check the destination range and count so the operation stays inside the available memory area. ===== 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:gmov|GMOV View details]] — Group Move