|
| ||||
|
|
|
|
|
|
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
TMOV
| Oper. | Addressing Group | Op. Use | Mult. Op. |
|---|---|---|---|
| A | sadr | d | - |
| B | dadr | e | - |
0E
if B = 0 then
IP + 1 --> IP {skip next instruction}
end if;
A --> B {copy A onto B}.
This instruction performs a ``test and set'' operation: if B is equal to zero, then it skips next instruction; but in any case, it copies A onto B.
|
|
|
|
|
|