I am using 68HC11. I need to transfer content of the memory:
- content of $0098 to $0011
- content of $0097 to $0010
But there is a limitation so I can not solve this. I have to use at most two instructions for this.
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.
Copyright © 2021 Jogjafile Inc.
or
or
So, just use a 16-bit instruction to do the copy.