mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-10 17:45:08 +00:00
25 lines
768 B
YAML
25 lines
768 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x80, 0xf3, 0x00, 0x84, 0x80, 0xf3, 0x00, 0x8c, 0x80, 0xf3, 0x01, 0x84, 0x80, 0xf3, 0x01, 0x8c, 0x80, 0xf3, 0x02, 0x84, 0x80, 0xf3, 0x02, 0x8c, 0x80, 0xf3, 0x03, 0x84, 0x80, 0xf3, 0x03, 0x8c ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_MCLASS", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "msr apsr_g, r0"
|
|
-
|
|
asm_text: "msr apsr_nzcvqg, r0"
|
|
-
|
|
asm_text: "msr iapsr_g, r0"
|
|
-
|
|
asm_text: "msr iapsr_nzcvqg, r0"
|
|
-
|
|
asm_text: "msr eapsr_g, r0"
|
|
-
|
|
asm_text: "msr eapsr_nzcvqg, r0"
|
|
-
|
|
asm_text: "msr xpsr_g, r0"
|
|
-
|
|
asm_text: "msr xpsr_nzcvqg, r0"
|