Syntax
Description:
[ CCode ( cname = "int" , cprefix = "R_ASM_SYNTAX_" ) ]
public enum Syntax
The supported assembler syntax variations.
Content:
Enum values:
- ATT - AT&T syntax
- INTEL - Intel syntax
- JZ - Use JZ instead of JE on x86
- MASM - Microsoft Assembler syntax
- NONE - Use default syntax provided by the
disassembler
- REGNUM - Always use numeric registers