M68kOpValue.imm

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

union M68kOpValue
ulong imm;

Meta