mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
doc: another reference to DY
This commit is contained in:
parent
1b4b42599f
commit
e6a5cb536a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user