mov dest, src
| Name | Registers |
|---|---|
| dest | An output register or temporary register. |
| src | A temporary register, input register, or floating-point constant register. |
Copies the contents of src into dest.
dest = src
mov r0, c1
| 1 | 2 | 3 | ||
|---|---|---|---|---|
| mov | read | mov | write |
CONFIDENTIAL