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