Operand types
Various types of instruction operands.
Various types of instruction operands.
The kernel already knows about some operand types and associates them with fields in op_t.
IDA also allows you define processor specific operand types (o_idpspec...). You are free to give any meaning to these types. We suggest you to create a #define to use mnemonic names. However, don't forget that the kernel will know nothing about operands of those types. You may use any additional fields of op_t to store processor specific operand information.
Generated by