summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-23 18:24:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-23 18:24:03 -0700
commite6a5cb536a983af89f4fb76ade8d717e9092a25c (patch)
treef5e3c4398aab6c3f1e66c49f70c0f35287282cf4
parent1b4b42599f250b77443bd06151045f0171441687 (diff)
downloadnasm-e6a5cb536a983af89f4fb76ade8d717e9092a25c.tar.gz
doc: another reference to DY
-rw-r--r--doc/nasmdoc.src9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index b4919c37..367f92e6 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1167,10 +1167,11 @@ indicate what size of \i{memory operand} it refers to.
Pseudo-instructions are things which, though not real x86 machine
instructions, are used in the instruction field anyway because that's
the most convenient place to put them. The current pseudo-instructions
-are \i\c{DB}, \i\c{DW}, \i\c{DD}, \i\c{DQ}, \i\c{DT} and \i\c{DO};
-their \i{uninitialized} counterparts \i\c{RESB}, \i\c{RESW},
-\i\c{RESD}, \i\c{RESQ}, \i\c{REST}, \i\c{RESO} and \i\c{RESY};
-the \i\c{INCBIN} command, the \i\c{EQU} command, and the \i\c{TIMES} prefix.
+are \i\c{DB}, \i\c{DW}, \i\c{DD}, \i\c{DQ}, \i\c{DT}, \i\c{DO} and
+\i\c{DY}; their \i{uninitialized} counterparts \i\c{RESB}, \i\c{RESW},
+\i\c{RESD}, \i\c{RESQ}, \i\c{REST}, \i\c{RESO} and \i\c{RESY}; the
+\i\c{INCBIN} command, the \i\c{EQU} command, and the \i\c{TIMES}
+prefix.
\S{db} \c{DB} and friends: Declaring initialized Data