diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-01-12 16:04:13 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-01-12 16:19:48 +0100 |
| commit | 5c45840909c9ef005bda6952ad270f70953f6d74 (patch) | |
| tree | a9b30c494b3e0c6d4df136ac4b44e47a09694a15 /test/arch/arm/arch.py | |
| parent | 328c0f8f1c08a6412fe2083bfdc09f941f5ceb2e (diff) | |
| download | miasm-5c45840909c9ef005bda6952ad270f70953f6d74.tar.gz miasm-5c45840909c9ef005bda6952ad270f70953f6d74.zip | |
Arm: add instruction bfc
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 533b2052..5e3feb1d 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -237,6 +237,9 @@ reg_tests_arm = [ ("XXXXXXXX UXTH R0, R2", "7200FFE6"), + ("XXXXXXXX BFC R0, 0x0, 0xD", + "1f00cce7"), + ] ts = time.time() |