diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 18:21:11 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 18:21:11 -0700 |
commit | 2d31ec106a95bf74bb20d145fbd6b266007988c6 (patch) | |
tree | e41e6ae220ad3a8c5d6b4a354579be776fee0d78 /insns.pl | |
parent | 9681ef414443ddea460f9274c0e3291122a339e0 (diff) | |
download | nasm-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.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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". |