From: nasm-bot f. C. G. <gor...@gm...> - 2015-09-13 14:18:35
|
Commit-ID: 8ab77b59e2ae0de9bf4fc4294a605547bbc7ef6d Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=8ab77b59e2ae0de9bf4fc4294a605547bbc7ef6d Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 13 Sep 2015 16:30:21 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 13 Sep 2015 16:30:21 +0300 insns.dat: Add SMSW for 64 bit mode http://bugzilla.nasm.us/show_bug.cgi?id=3392323 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- insns.dat | 1 + 1 file changed, 1 insertion(+) diff --git a/insns.dat b/insns.dat index f6c0f9f..c3bf293 100644 --- a/insns.dat +++ b/insns.dat @@ -1286,6 +1286,7 @@ SMSW mem [m: 0f 01 /4] 286 SMSW mem16 [m: 0f 01 /4] 286 SMSW reg16 [m: o16 0f 01 /4] 286 SMSW reg32 [m: o32 0f 01 /4] 386 +SMSW reg64 [m: o64 0f 01 /4] X64 STC void [ f9] 8086 STD void [ fd] 8086 STI void [ fb] 8086 |