mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Add support for the {pt} and {pn} branch hint prefixes
Add support for the {pt} and {pn} branch hint prefixes, now when they
are no longer orphanned...
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
56567a0c4c
commit
80225b4722
6 changed files with 67 additions and 18 deletions
|
|
@ -684,6 +684,8 @@ enum prefixes { /* instruction prefixes */
|
|||
P_VEX2,
|
||||
P_NF,
|
||||
P_ZU,
|
||||
P_PT,
|
||||
P_PN,
|
||||
PREFIX_ENUM_LIMIT
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue