This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335: TMS320F28335如何区分指令是否是16位的还是32位的?

Part Number: TMS320F28335


您好!

       1、当程序通过CCS生成hex文件后,所有的程序都是堆放在一起的(如下图hex文件),请问一下处理器是如何在一连串数据中区分那些是16位指令,那些是32位指令?

      2、在CCS中,PC指针每次执行一条指令,处理器又是如何判断这条被执行的指令的位数了?有没有标志位?