diff options
| author | Camille Mougey <commial@gmail.com> | 2019-01-17 12:37:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-17 12:37:34 +0100 |
| commit | 82030ade1181fe4eca921ba73381eb036a3fb19a (patch) | |
| tree | 143211f8064435fe8a059a32c62ea1255131c55d /test/arch/arm/arch.py | |
| parent | a891c628021c6e9e1841c5dd55075f198d68a57c (diff) | |
| parent | 2195f20ba7d00f95f53f721be76266f4839f57ca (diff) | |
| download | miasm-82030ade1181fe4eca921ba73381eb036a3fb19a.tar.gz miasm-82030ade1181fe4eca921ba73381eb036a3fb19a.zip | |
Merge pull request #945 from serpilliere/fix_armt_cmn
Armt: fix cmn
Diffstat (limited to 'test/arch/arm/arch.py')
| -rw-r--r-- | test/arch/arm/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index c7d2961d..f86c3cfb 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -290,6 +290,8 @@ reg_tests_armt = [ "be42"), ("001845ea CMN R3, R0", "c342"), + ("XXXXXXXX CMN R0, 0x1", + "10F1010F"), ("001845ea ORRS R0, R4", "2043"), # muls |