diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-22 19:20:56 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-22 19:20:56 -0700 |
commit | 4d283f685fa9b707c8d751f86baf40345b8e2522 (patch) | |
tree | bdf01934dbc28224445fcfddfe32578ca8f3c81d /insns.pl | |
parent | 83828b6ce8261611735148324951c2515f91cdb9 (diff) | |
download | nasm-4d283f685fa9b707c8d751f86baf40345b8e2522.tar.gz nasm-4d283f685fa9b707c8d751f86baf40345b8e2522.tar.bz2 nasm-4d283f685fa9b707c8d751f86baf40345b8e2522.zip |
Implement Centaur's XCRYPT instructions
Implement Centaur's XCRYPT instruction (RFE 825529)
Diffstat (limited to 'insns.pl')
-rw-r--r-- | insns.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ # Opcode prefixes which need their own opcode tables # LONGER PREFIXES FIRST! -@disasm_prefixes = qw(0F0F 0F24 0F25 0F38 0F3A 0F7A 0F); +@disasm_prefixes = qw(0F0F 0F24 0F25 0F38 0F3A 0F7A 0FA7 0F); print STDERR "Reading insns.dat...\n"; |