diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-04-05 16:26:05 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-04-18 09:54:48 +0200 |
| commit | ae0cc091837b9ef025eed65296d28d603098a433 (patch) | |
| tree | 99da9f50553ec2c82b8d92ffb99c47398c29c504 /test/arch/arm/arch.py | |
| parent | dd51f5871fd21b0a6da7f318661f3cb9fd62ad50 (diff) | |
| download | miasm-ae0cc091837b9ef025eed65296d28d603098a433.tar.gz miasm-ae0cc091837b9ef025eed65296d28d603098a433.zip | |
Arm: add dsb
Diffstat (limited to '')
| -rw-r--r-- | test/arch/arm/arch.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index e50a9f54..7f3b321e 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -700,6 +700,9 @@ reg_tests_armt = [ ("xxxxxxxx EOR R3, R3, R1", "83EA0103"), + ("xxxxxxxx DSB SY", + "bff34f8f"), + ] print "#" * 40, 'armthumb', '#' * 40 |