blob: b39d13f11237e9c22aec484932f1ed77f15d774d (
plain)
1
2
3
4
5
6
7
8
9
10
|
Input files for testing Capstone engine.
Format of input files:
# ARCH, MODE, OPTION
hexcode = assembly
Format of issue file:
# ARCH, MODE, OPTION
hexcode = assembly | regs_read | regs_read_count | regs_write | regs_write_count | groups | groups_count
|