|
| ||||
|
|
|
|
|
|
This is the R.O.M.E.68000 Manual version 0.51.
This is an experimental version.
Copyright © 1997 by G. Mezzetti; last update: January 1, 1999.
Ordinary Instructions of the ``Control'' Class
MOVE
| Oper. | Addressing Group | Op. Use | Mult. Op. |
|---|---|---|---|
| A | sadr | d | - |
| B | dadr | e | - |
02
A --> B {copy A onto B}.
This instruction moves (i.e., copies) operand A onto operand B. Please note that this instruction can only be used to move number-type data; to move word-type ones you have to use MOVEBW (see also Section 6).
|
|
|
|
|
|