Arm64InstructionDetail

ARM64-specific information about an instruction

Constructors

this
this(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.

Members

Variables

cc
Arm64Cc cc;

Conditional code for this instruction

operands
Arm64Op[] operands;

Operands for this instruction.

updateFlags
bool updateFlags;

Does this instruction update flags?

writeback
bool writeback;

Does this instruction request writeback?

Meta