I am using 68HC11. I need to transfer content of the memory:
But there is a limitation so I can not solve this. I have to use at most two instructions for this.
LDD $0097 STD $0010
or
LDX $0097 STX $0010
LDY $0097 STY $0010
So, just use a 16-bit instruction to do the copy.
or
or
So, just use a 16-bit instruction to do the copy.