xExchange property Null safety

NormalArgOperation xExchange
final

Implementation

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