Assembly syntax styles.
Used with CS_OPT_SYNTAX option to configure output syntax.
Default syntax (architecture-dependent)
Intel syntax (X86)
AT&T syntax (X86)
MASM syntax (X86)
Motorola syntax (M68K, MOS65XX)
No register name prefix
CS register alias
Percent prefix (PPC)
No dollar prefix (MIPS, LoongArch)
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.