diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2013-10-02 18:25:19 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-10-02 18:28:49 -0700 |
commit | 9d5461069d80d0201efb1e98d31a29fdc0fcfbce (patch) | |
tree | 011fbf0a026325d6657c72cb06c9d4993dc01c18 /insns.dat | |
parent | a9ecfa5ae8ef8c770955c6aaf23a49f92ef576b5 (diff) | |
download | nasm-9d5461069d80d0201efb1e98d31a29fdc0fcfbce.tar.gz nasm-9d5461069d80d0201efb1e98d31a29fdc0fcfbce.tar.bz2 nasm-9d5461069d80d0201efb1e98d31a29fdc0fcfbce.zip |
Add support for DZ and RESZ, document the ZWORD keyword
Add the DZ and RESZ pseudoinstructions and add ZWORD to the
documentation.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'insns.dat')
-rw-r--r-- | insns.dat | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,7 @@ DQ ignore ignore ignore DT ignore ignore ignore DO ignore ignore ignore DY ignore ignore ignore +DZ ignore ignore ignore RESB imm [ resb] 8086 RESW ignore ignore ignore RESD ignore ignore ignore @@ -62,6 +63,7 @@ RESQ ignore ignore ignore REST ignore ignore ignore RESO ignore ignore ignore RESY ignore ignore ignore +RESZ ignore ignore ignore ;# Conventional instructions AAA void [ 37] 8086,NOLONG |