operation[operation.ADD_E] = function (reg) { reg.A = reg.A + reg.E; reg.PC++; };