首页 > 其他 > 详细

MSP430之instruction之Indirect Autoincrement Mode

时间:2015-05-18 18:35:22      阅读:123      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!