5 Categories and Use of Basic Application InstructionsDVP-PM Operation Instruction5-32API Mnemonic Operands Function16 D FMOV P Fill MoveControllers20PM 10PMBit Devices Word devices Program StepsTypeOP X Y M S K H KnX KnY KnM KnS T C D E FS * * * * * * * * * * *D * * * * * *n * *FMOV, FMOVP: 7 stepsDFMOV, DFMOVP: 13 stepsOperands:S: Source of data D: Destination of data n: Number of data to be movedExplanations:1. The contents in n registers starting from the device designated by S will be moved to n registers starting fromthe device designated by D. If n exceeds the actual number of available source devices, only the devices thatfall within the valid range will be used2. When FMOV is used as 16-bit instruction, Z device cannot be adopted; when FMOV is used as 32-bitinstruction, V device cannot be adopted.3. When specifying the bit device of KnX(Y/M/S), the starting No. should be a multiple of 16 in octal or decimalformat. For example, K1X0, K4Y20 (octal); K1M0, K4S16 (decimal).4. The range of n: 1~ 512Program example:When X20 = ON, K10 will be moved to the 5 consecutive registers starting from D10X20D10 K5FMOV K10K10K10K10K10K10K10 D10D11D12D13D14n=5