diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-07-29 20:54:33 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-07-29 20:54:33 +0200 |
| commit | cb063bab907831518b815aad547b95b3931291a4 (patch) | |
| tree | ead4c5daa6846abe972f4cc191c38580445c489e /test/arch/x86/arch.py | |
| parent | 36149820780dbd2aa596275944cfda644fd979a2 (diff) | |
| download | miasm-cb063bab907831518b815aad547b95b3931291a4.tar.gz miasm-cb063bab907831518b815aad547b95b3931291a4.zip | |
X86: add setalc
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index db242236..322635e7 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -72,6 +72,8 @@ reg_tests = [ (m64, "XXXXXXXX CPUID", "0fa2"), + (m32, "XXXXXXXX SETALC", + "D6"), (m32, "XXXXXXXX PMINSW MM0, QWORD PTR [EAX]", "0fea00"), |