From: nasm-bot f. C. G. <gor...@gm...> - 2013-05-12 17:15:28
|
Commit-ID: b529149272fca78316f2d4910a06f1b5455214bf Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=b529149272fca78316f2d4910a06f1b5455214bf Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 12 May 2013 21:13:04 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 12 May 2013 21:13:04 +0400 insns.dat: Add note about AMD TBM instructions Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- insns.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insns.dat b/insns.dat index d8be648..ae4cf28 100644 --- a/insns.dat +++ b/insns.dat @@ -3404,7 +3404,7 @@ XBEGIN imm64|near [i: o64nw c7 f8 rel] FUTURE,RTM,LONG,ND XEND void [ 0f 01 d5] FUTURE,RTM XTEST void [ 0f 01 d6] FUTURE,HLE,RTM -;# Intel BMI1 and BMI2 instructions +;# Intel BMI1 and BMI2 instructions, AMD TBM instructions ; ; based on pub number 319433-011 dated July 2011 ; |