Got your files. The .dmd project file was fine. I was able to load your .bin into my PLC, and then I was able to READ the Project into Designer. I did NOT get an error attempting to decode a MOVE instruction ("decode" is from opcode values => instruction, "encode" is done on the WRITE to PLC instruction=>opcode)
Since I was able to read the program/project, I looked at the "MOVE" instruction that is at (absolute) address @10160. It is actually a sub-instruction of the COPY "macro" instruction. It's setting a field in a data block array indexed with the value 0.
I then did a "compare" of the READ PLC program against the .dmd file you emailed and the only difference was the DISK .dmd file had some EMAIL instructions in a rung at the top of $Main. EDIT: Oops - had that backwards - the .dmd file did NOT have emails, but the PLC copy DID have a bunch at top of $Main..
I will do some more investigation.