assembly language for codewarrior 10.6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

assembly language for codewarrior 10.6

624件の閲覧回数
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 返信

566件の閲覧回数
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 件の賞賛
返信