mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
31 lines
644 B
YAML
31 lines
644 B
YAML
![]() |
test_cases:
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0x00, 0x00, 0x00, 0x00 ]
|
||
|
arch: "CS_ARCH_AARCH64"
|
||
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "udf #0"
|
||
|
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0x01, 0x02, 0x00, 0x00 ]
|
||
|
arch: "CS_ARCH_AARCH64"
|
||
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "udf #513"
|
||
|
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0xff, 0xff, 0x00, 0x00 ]
|
||
|
arch: "CS_ARCH_AARCH64"
|
||
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "udf #65535"
|