From e6a5cb536a983af89f4fb76ade8d717e9092a25c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 23 May 2008 18:24:03 -0700 Subject: [PATCH] doc: another reference to DY --- doc/nasmdoc.src | 9 +++++---- 1 file 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