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