assembly language for codewarrior 10.6

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

assembly language for codewarrior 10.6

698 次查看
libin
Contributor I

  move.l      FExBEMF_square_amp_filt_32b,A

            move.w      A1,A

            move.w      A1,FExBEMF_square_amp_filt

            How to modified these statements to C statement?

MCU M56F82723

标签 (1)
0 项奖励
回复
1 回复

640 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello li

This should be equal to :

ExBEMF_square_amp_filt =  (int) ( ExBEMF_square_amp_filt_32b>>16);

Best Regards

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复