mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-11 22:44:59 +00:00
Initial Commit
This commit is contained in:
31
thirdparty/capstone/suite/cstest/test/min_valid_test_file.yaml
vendored
Normal file
31
thirdparty/capstone/suite/cstest/test/min_valid_test_file.yaml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x05, 0xb0, 0xa0, 0xe1 ]
|
||||
arch: "arm"
|
||||
options: ["arm"]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mov r11, r5"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x06, 0x10, 0xa0, 0xe1 ]
|
||||
arch: "arm"
|
||||
options: ["arm"]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mov r1, r6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x06, 0x10, 0xa0, 0xe1, 0x05, 0xb0, 0xa0, 0xe1 ]
|
||||
arch: "arm"
|
||||
options: ["arm"]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mov r1, r6"
|
||||
-
|
||||
asm_text: "mov r11, r5"
|
||||
|
||||
Reference in New Issue
Block a user