简体   繁体   English

分析MSP430代码

[英]analyzing MSP430 code

so if had the following statements in assembly for the msp430 with the rf2500 chip 因此,如果将带有rf2500芯片的msp430组装成以下语句

0x0000c06a <+44>: 3f 40 22 00 mov  #34, r15; 0x0022

and

0x0000c07c <+62>: 3e 53      add #-1, r14; r3 As==11

how many bytes does each instruction occupy? 每条指令占用多少字节?

The values of the six bytes are shown after the address: 地址后显示六个字节的值:

                   ___________
0x0000c06a <+44>:  3f 40 22 00  mov  #34, r15; 0x0022
0x0000c07c <+62>:  3e 53        add  #-1, r14; r3 As==11
                   ^^^^^^^^^^^

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM