summaryrefslogtreecommitdiff
path: root/insns.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-20 18:21:11 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-20 18:21:11 -0700
commit2d31ec106a95bf74bb20d145fbd6b266007988c6 (patch)
treee41e6ae220ad3a8c5d6b4a354579be776fee0d78 /insns.pl
parent9681ef414443ddea460f9274c0e3291122a339e0 (diff)
downloadnasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.tar.gz
nasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.tar.bz2
nasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.zip
Officially specify - as the symbol for an implicit operand
Use - to denote that an operand is implicit (not encoded). This *better* be a fixed operand!
Diffstat (limited to 'insns.pl')
-rw-r--r--insns.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/insns.pl b/insns.pl
index fbdb799..5b45d7e 100644
--- a/insns.pl
+++ b/insns.pl
@@ -490,6 +490,7 @@ sub startseq($) {
# d = DREX "dst" field
# i = immediate
# s = register field of is4/imz2 field
+# - = implicit (unencoded) operand
#
# For an operand that should be filled into more than one field,
# enter it as e.g. "r+v".