operation[operation.MOV_D_A] = function (reg) { reg.D = reg.A; reg.PC++;};