随笔 - 124,  文章 - 0,  评论 - 0,  阅读 - 55853

Assembler Code       Content of ROM
MOV @R10+,0(R11)       MOV @R10+,0(R11)


Length:   One or two words


Operation:   

  Move the contents of the source address (contents of R10) to the destination address (contents of R11). Register R10 is incremented by 1 for a byte operation, or 2 for a word operation after the fetch; it points to the next address without any overhead. This is useful for table processing.


Comment:

   Valid only for source operand. The substitute for destination operand is 0(Rd) plus second instruction INCD Rd.


Example:   MOV @R10+,0(R11)

posted on   mengdie  阅读(174)  评论(0编辑  收藏  举报

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示