M680xOpValue.imm

Union of possible operand types/// Immediate value for IMM operand

union M680xOpValue
int imm;

Meta