CORTEX M4 instruction set

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CORTEX M4 instruction set

713 次查看
SunilKalivarapu
Contributor I

is there any possibility of using ROL instruction as there is no opcode provided for that instruction in technical reference manual.

0 项奖励
回复
1 回复

692 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As the following assembly code:

Examples
nop

nop
ROR R4, R5, R6 ; Rotate right by the value in the bottom byte of R6

nop

nop

 

You can use the MCUXPresso tools to compile the code and download,  in the debugger, check the op code.

Hope it can help you

BR

XiangJun Rong

0 项奖励
回复