diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-10-15 20:44:32 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-10-15 20:44:32 +0100 |
commit | e012573a976d9e48a2924e358ae6b22f89d868d0 (patch) | |
tree | b2f3c1ab3ca043bd7729ee468300d8e54f4314b4 /doc | |
parent | 5c331f54c23dd5db6ee4cd92bf67460935aaec5f (diff) | |
download | mdk-e012573a976d9e48a2924e358ae6b22f89d868d0.tar.gz mdk-e012573a976d9e48a2924e358ae6b22f89d868d0.tar.bz2 |
Documentation typo (fixes #59239)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mdk_tut.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi index 9ff6f86..9802bf1 100644 --- a/doc/mdk_tut.texi +++ b/doc/mdk_tut.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU MDK Reference Manual. -@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2014 +@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2014, 2020 @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. @@ -942,7 +942,7 @@ expressions, @item MNEMONIC is a literal denoting the operation code of the instruction (e.g. @code{LDA}, @code{STA}; see @pxref{MIX instruction set}) or an -assembly pseudoinstruction (e.g. @code{ORG}, @code{EQU}), +assembly pseudoinstruction (e.g. @code{ORIG}, @code{EQU}), @item ADDRESS is an expression evaluating to the address subfield of the instruction, @item INDEX |