isg property Null safety
final
Implementation
static final NormalArgOperation isg = NormalArgOperation(
maxOneByteOpcodes: 4,
arg: RegisterWriteOpArg(
maxDigit: 19,
f: (m, Value r, Value x) {
return _skipIf(m, r, (n, x) => n > x, (n, y) => n + y);
}),
name: 'ISG');