FMOV

FMOV, FMOVP

 

FMOV instruction copies the source and writes it in the specified Destination.

 

S

Source

D

Destination

n

Number of Destination

 

Instruction

Device address

No. of Steps

Flag

M

X

Y

K

L

F

T

C

S

Z

D

@D

Int.

 

Error

Zero

Carry

FMOV

FMOVP

S

o

o

o

o

o

o

o

o

-

o

o

o

o

4

o

-

-

D

o

-

o

o

o

-

o

o

-

o

o

o

-

n

o

o

o

o

o

o

o

o

-

o

o

o

o

 

  • FMOV instruction copies 16 bit data and writes it in (n) number of Destination.

 

Example)

If X01 is ON, the RMOV instruction copies M00 (H7890) and writes it in M100, M110 and M120.