operation[operation.MOV_D_L] = function (reg) { reg.D = reg.L; reg.PC++;};