码迷,mamicode.com
首页 > 其他好文 > 详细

MSP430之instruction之Indirect Autoincrement Mode

时间:2015-05-18 18:38:14      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

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)

技术分享

MSP430之instruction之Indirect Autoincrement Mode

标签:

原文地址:http://www.cnblogs.com/mengdie/p/4512409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!