diff options
| author | serpilliere <devnull@localhost> | 2014-08-28 10:18:46 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-08-28 10:18:46 +0200 |
| commit | 79be2a143a0fa07e94e13a6fbc3b946bf2debb95 (patch) | |
| tree | ea6361a7a7b9ab8e289888545f5fb6f28cfb26ad /test/arch/mips32/arch.py | |
| parent | 2637affc31e5f9371fad67f40abb21b7a12d2f03 (diff) | |
| download | miasm-79be2a143a0fa07e94e13a6fbc3b946bf2debb95.tar.gz miasm-79be2a143a0fa07e94e13a6fbc3b946bf2debb95.zip | |
mips32: add ldc1
Diffstat (limited to 'test/arch/mips32/arch.py')
| -rw-r--r-- | test/arch/mips32/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/mips32/arch.py b/test/arch/mips32/arch.py index fadffec5..2f1f5821 100644 --- a/test/arch/mips32/arch.py +++ b/test/arch/mips32/arch.py @@ -213,6 +213,8 @@ reg_tests_mips32 = [ ("XXXXXXXX JAL 0x7C0B0AC", "0df02c2b"), + ("XXXXXXXX LDC1 F22, 0xFFFF9148(V0)", + "D4569148"), ] |