From 69ad452b439135270693c9c4854392c046df5bb5 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 4 Jul 2001 20:09:44 +0000 Subject: [PATCH] Implement sfence. svn path=/trunk/yasm/; revision=84 --- src/instrs.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instrs.dat b/src/instrs.dat index 709f227c..131fdced 100644 --- a/src/instrs.dat +++ b/src/instrs.dat @@ -1,4 +1,4 @@ -; $Id: instrs.dat,v 1.12 2001/07/04 08:14:46 peter Exp $ +; $Id: instrs.dat,v 1.13 2001/07/04 20:09:44 peter Exp $ ; List of valid instruction/operand combinations ; ; Copyright (C) 2001 Peter Johnson @@ -820,7 +820,7 @@ scasb!onebyte AE 8086 scasw!onebyte16 AF scasd!onebyte32 AF ; setcc -;sfence nil nil 0F,AE ,7? +sfence!threebyte 0F,AE,F8 sgdt!twobytemem 0F,01,0 286 sidt!twobytemem 0F,01,1 286 shld!shlrd A4 -- 2.40.0