|
| ||||
|
|
|
|
|
|
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.
The description of each addressing mode will tell you also the syntax to use in 68000 redcode (assembly language) to specify to the assembler that particular mode. This is done by means of some abbreviations that will not be really defined until Chapter VIII; for now, we shall only give a hint about their meaning through the following informal ``definitions'':
In addition, when we say that an absvalue must lie between, say, 0 and +255, we mean that the value of the absvalue (if the absvalue is an abslabel) or the number (if the absvalue is a number) are constrained between those limits. Similarly, when we say that a value must lie between, say, Ð128 and +127, we mean that the value of the label (if the value is a label) or the number (if the value is a number) are constrained between those limits.
I know (and I said it before) that these conventions are very informal, and also rather obscure. The syntax of 68000 redcode (assembly language) won't be fully understood until you read Chapter VIII; I suggest that you ignore for now the details, and concentrate on the general idea; you can go back to this paragraph after you have read Chapter VIII.
Anyway, with these notations we can now list the following abbreviations.
RnRbRiOther symbols used in the description of the syntax are the square bracket ``['' (always denotes indirection), the hash ``#'', that is used to mark an immediate value, and the two signs ``>'' and ``<'', which indicate post-increment and pre-decrement respectively.
|
|
|
|
|
|