mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
11 lines
218 B
YAML
11 lines
218 B
YAML
![]() |
test_cases:
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0x03, 0xe0, 0x00, 0x08 ]
|
||
|
arch: "CS_ARCH_MIPS"
|
||
|
options: [ "CS_MODE_MIPS32", "CS_MODE_BIG_ENDIAN" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "jr $ra"
|