|
| ||||
|
|
|
|
|
|
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
JMNZ
| Oper. | Addressing Group | Op. Use | Mult. Op. |
|---|---|---|---|
| A | jadr | a | - |
| B | dadr | d | - |
64
if B ≠ 0 then
@(A) --> IP {jump to A}
end if.
This instruction jumps to A if and only if B is different from zero. Please note that the tested value can lie in a static data item.
|
|
|
|
|
|