xExchange property Null safety
final
Implementation
static final NormalArgOperation xExchange = NormalArgOperation(
maxOneByteOpcodes: 4,
arg: RegisterWriteOpArg(
maxDigit: 19,
f: (m, reg, x) {
m.x = reg;
return x;
}),
name: 'x<->');