Microsoft DirectX 8.0 (Visual Basic)

mov

Loads with the value in the source register.

mov   tDest, tSrc0

Registers

tDest
Destination register, holding the result of the operation.
tSrc0
Source register, specifying the input argument.

Remarks

The following example shows how this instruction might be used.

mov   d, s    ; copy s to d ( d = s )