en-us_products:mpino_studio2:box_functions:transfer:fmov
Table of Contents
FMOV Box Function
Fill Move
Category: 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 |
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
- MOV View details — Move
- GMOV View details — Group Move
en-us_products/mpino_studio2/box_functions/transfer/fmov.txt · Last modified: by 127.0.0.1
