operation[operation.SUB_A] = function (reg) { reg.A = reg.A - reg.A; reg.PC++; };