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