11 lines
261 B
YAML
11 lines
261 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x79, 0x39, 0xe8, 0x59 ]
|
|
arch: "CS_ARCH_MIPS"
|
|
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_BIG_ENDIAN", "CS_MODE_MIPS64R2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "insert.d $w1[1], $sp"
|