operation[operation.MOV_D_C] = function (reg) { reg.D = reg.C; reg.PC++;};