diff options
author | Roland Pesch <pesch@cygnus> | 1992-06-30 18:17:31 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-06-30 18:17:31 +0000 |
commit | 574fcd7b67939bf81ea11201de402092f10df15a (patch) | |
tree | 4af9c347c5a984395f55ff0971301a9132242e3f /gas | |
parent | 43a16f2688a21ba1ebfc43e28e1f192091d68455 (diff) | |
download | gdb-574fcd7b67939bf81ea11201de402092f10df15a.zip gdb-574fcd7b67939bf81ea11201de402092f10df15a.tar.gz gdb-574fcd7b67939bf81ea11201de402092f10df15a.tar.bz2 |
Small clarification in description of Jxx FOO expansion for 680x0.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/as-all.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/as-all.texinfo b/gas/doc/as-all.texinfo index f4b7745..aa1e280 100644 --- a/gas/doc/as-all.texinfo +++ b/gas/doc/as-all.texinfo @@ -4038,7 +4038,8 @@ list of pseudo-ops in this family is: For the cases of non-PC relative displacements and long displacements on the 68000 or 68010, @code{as} will issue a longer code fragment in terms of -@var{NX}, the opposite condition to @var{XX}: +@var{NX}, the opposite condition to @var{XX}. For example, for the +non-PC relative case: @smallexample j@var{XX} foo @end smallexample |